jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


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

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

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

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

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

        /// public static final [EXTRA_CREATE_DESCRIPTION](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#EXTRA_CREATE_DESCRIPTION)
        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/ContactsContract.Intents.html#EXTRA_FORCE_CREATE)
        pub const EXTRA_FORCE_CREATE : &'static str = "com.android.contacts.action.FORCE_CREATE";

        /// public static final [EXTRA_RECIPIENT_CONTACT_CHAT_ID](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#EXTRA_RECIPIENT_CONTACT_CHAT_ID)
        pub const EXTRA_RECIPIENT_CONTACT_CHAT_ID : &'static str = "android.provider.extra.RECIPIENT_CONTACT_CHAT_ID";

        /// public static final [EXTRA_RECIPIENT_CONTACT_NAME](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#EXTRA_RECIPIENT_CONTACT_NAME)
        pub const EXTRA_RECIPIENT_CONTACT_NAME : &'static str = "android.provider.extra.RECIPIENT_CONTACT_NAME";

        /// public static final [EXTRA_RECIPIENT_CONTACT_URI](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#EXTRA_RECIPIENT_CONTACT_URI)
        pub const EXTRA_RECIPIENT_CONTACT_URI : &'static str = "android.provider.extra.RECIPIENT_CONTACT_URI";

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

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

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

        /// public static final [SEARCH_SUGGESTION_CLICKED](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#SEARCH_SUGGESTION_CLICKED)
        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/ContactsContract.Intents.html#SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED)
        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/ContactsContract.Intents.html#SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED)
        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/ContactsContract.Intents.html#SHOW_OR_CREATE_CONTACT)
        pub const SHOW_OR_CREATE_CONTACT : &'static str = "com.android.contacts.action.SHOW_OR_CREATE_CONTACT";
    }
}