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
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-provider-Contacts_Intents"))]
__jni_bindgen! {
    /// public final class [Contacts.Intents](https://developer.android.com/reference/android/provider/Contacts.Intents.html)
    ///
    /// Required feature: "android-provider-Contacts_Intents"
    #[deprecated] public final class Contacts_Intents ("android/provider/Contacts$Intents") extends crate::java::lang::Object {

        /// [Intents](https://developer.android.com/reference/android/provider/Contacts.Intents.html#Intents())
        #[deprecated] pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::provider::Contacts_Intents>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "android/provider/Contacts$Intents", java.flags == PUBLIC, .name == "<init>", .descriptor == "()V"
            unsafe {
                let __jni_args = [];
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/provider/Contacts$Intents\0", "<init>\0", "()V\0");
                __jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
            }
        }

        /// public static final [ATTACH_IMAGE](https://developer.android.com/reference/android/provider/Contacts.Intents.html#ATTACH_IMAGE)
        #[deprecated] pub const ATTACH_IMAGE : &'static str = "com.android.contacts.action.ATTACH_IMAGE";

        /// public static final [EXTRA_CREATE_DESCRIPTION](https://developer.android.com/reference/android/provider/Contacts.Intents.html#EXTRA_CREATE_DESCRIPTION)
        #[deprecated] pub const EXTRA_CREATE_DESCRIPTION : &'static str = "com.android.contacts.action.CREATE_DESCRIPTION";

        /// public static final [EXTRA_FORCE_CREATE](https://developer.android.com/reference/android/provider/Contacts.Intents.html#EXTRA_FORCE_CREATE)
        #[deprecated] pub const EXTRA_FORCE_CREATE : &'static str = "com.android.contacts.action.FORCE_CREATE";

        /// public static final [SEARCH_SUGGESTION_CLICKED](https://developer.android.com/reference/android/provider/Contacts.Intents.html#SEARCH_SUGGESTION_CLICKED)
        #[deprecated] pub const SEARCH_SUGGESTION_CLICKED : &'static str = "android.provider.Contacts.SEARCH_SUGGESTION_CLICKED";

        /// public static final [SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED](https://developer.android.com/reference/android/provider/Contacts.Intents.html#SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED)
        #[deprecated] pub const SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED : &'static str = "android.provider.Contacts.SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED";

        /// public static final [SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED](https://developer.android.com/reference/android/provider/Contacts.Intents.html#SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED)
        #[deprecated] pub const SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED : &'static str = "android.provider.Contacts.SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED";

        /// public static final [SHOW_OR_CREATE_CONTACT](https://developer.android.com/reference/android/provider/Contacts.Intents.html#SHOW_OR_CREATE_CONTACT)
        #[deprecated] pub const SHOW_OR_CREATE_CONTACT : &'static str = "com.android.contacts.action.SHOW_OR_CREATE_CONTACT";
    }
}