1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


__jni_bindgen! {
    /// public class [FragmentManager.FragmentLifecycleCallbacks](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html)
    ///
    /// Required feature: android-app-FragmentManager_FragmentLifecycleCallbacks
    #[cfg(any(feature = "all", feature = "android-app-FragmentManager_FragmentLifecycleCallbacks"))]
    #[deprecated] public class FragmentManager_FragmentLifecycleCallbacks extends crate::java::lang::Object {

        /// <init>
        pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::Result<__jni_bindgen::Local<'env, crate::android::app::FragmentManager_FragmentLifecycleCallbacks>> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "<init>", .descriptor == "()V"
            unsafe {
                let __jni_args = [];
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "<init>\0", "()V\0");
                __jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentPreAttached](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentPreAttached(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment,%2520android,%2520content,%2520Context))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager", "android-content-Context"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager", feature = "android-content-Context")))]
        pub fn on_fragment_pre_attached<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::content::Context>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentPreAttached", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/content/Context;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into()), __jni_bindgen::AsJValue::as_jvalue(&arg2.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentPreAttached\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/content/Context;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentAttached](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentAttached(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment,%2520android,%2520content,%2520Context))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager", "android-content-Context"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager", feature = "android-content-Context")))]
        pub fn on_fragment_attached<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::content::Context>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentAttached", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/content/Context;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into()), __jni_bindgen::AsJValue::as_jvalue(&arg2.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentAttached\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/content/Context;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentPreCreated](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentPreCreated(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment,%2520android,%2520os,%2520Bundle))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager", "android-os-Bundle"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager", feature = "android-os-Bundle")))]
        pub fn on_fragment_pre_created<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::os::Bundle>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentPreCreated", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/os/Bundle;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into()), __jni_bindgen::AsJValue::as_jvalue(&arg2.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentPreCreated\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/os/Bundle;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentCreated](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentCreated(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment,%2520android,%2520os,%2520Bundle))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager", "android-os-Bundle"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager", feature = "android-os-Bundle")))]
        pub fn on_fragment_created<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::os::Bundle>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentCreated", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/os/Bundle;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into()), __jni_bindgen::AsJValue::as_jvalue(&arg2.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentCreated\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/os/Bundle;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentActivityCreated](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentActivityCreated(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment,%2520android,%2520os,%2520Bundle))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager", "android-os-Bundle"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager", feature = "android-os-Bundle")))]
        pub fn on_fragment_activity_created<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::os::Bundle>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentActivityCreated", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/os/Bundle;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into()), __jni_bindgen::AsJValue::as_jvalue(&arg2.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentActivityCreated\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/os/Bundle;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentViewCreated](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentViewCreated(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment,%2520android,%2520view,%2520View,%2520android,%2520os,%2520Bundle))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager", "android-os-Bundle", "android-view-View"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager", feature = "android-os-Bundle", feature = "android-view-View")))]
        pub fn on_fragment_view_created<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::view::View>>, arg3: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::os::Bundle>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentViewCreated", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/view/View;Landroid/os/Bundle;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into()), __jni_bindgen::AsJValue::as_jvalue(&arg2.into()), __jni_bindgen::AsJValue::as_jvalue(&arg3.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentViewCreated\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/view/View;Landroid/os/Bundle;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentStarted](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentStarted(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager")))]
        pub fn on_fragment_started<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentStarted", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentStarted\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentResumed](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentResumed(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager")))]
        pub fn on_fragment_resumed<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentResumed", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentResumed\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentPaused](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentPaused(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager")))]
        pub fn on_fragment_paused<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentPaused", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentPaused\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentStopped](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentStopped(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager")))]
        pub fn on_fragment_stopped<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentStopped", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentStopped\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentSaveInstanceState](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentSaveInstanceState(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment,%2520android,%2520os,%2520Bundle))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager", "android-os-Bundle"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager", feature = "android-os-Bundle")))]
        pub fn on_fragment_save_instance_state<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>, arg2: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::os::Bundle>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentSaveInstanceState", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/os/Bundle;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into()), __jni_bindgen::AsJValue::as_jvalue(&arg2.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentSaveInstanceState\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/os/Bundle;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentViewDestroyed](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentViewDestroyed(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager")))]
        pub fn on_fragment_view_destroyed<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentViewDestroyed", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentViewDestroyed\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentDestroyed](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentDestroyed(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager")))]
        pub fn on_fragment_destroyed<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentDestroyed", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentDestroyed\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [onFragmentDetached](https://developer.android.com/reference/android/app/FragmentManager.FragmentLifecycleCallbacks.html#onFragmentDetached(android,%2520app,%2520FragmentManager,%2520android,%2520app,%2520Fragment))
        ///
        /// Required features: "android-app-Fragment", "android-app-FragmentManager"
        #[cfg(any(feature = "all", all(feature = "android-app-Fragment", feature = "android-app-FragmentManager")))]
        pub fn on_fragment_detached<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::FragmentManager>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::app::Fragment>>) -> __jni_bindgen::Result<()> {
            // class.path == "android/app/FragmentManager$FragmentLifecycleCallbacks", java.flags == PUBLIC, .name == "onFragmentDetached", .descriptor == "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/FragmentManager$FragmentLifecycleCallbacks\0", "onFragmentDetached\0", "(Landroid/app/FragmentManager;Landroid/app/Fragment;)V\0");
                __jni_env.call_void_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }
    }
}