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
// 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_Insert"))]
__jni_bindgen! {
/// public final class [Contacts.Intents.Insert](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html)
///
/// Required feature: "android-provider-Contacts_Intents_Insert"
#[deprecated] public final class Contacts_Intents_Insert ("android/provider/Contacts$Intents$Insert") extends crate::java::lang::Object {
/// [Insert](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#Insert())
pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::provider::Contacts_Intents_Insert>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/provider/Contacts$Intents$Insert", 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$Insert\0", "<init>\0", "()V\0");
__jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
/// public static final [ACTION](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#ACTION)
pub const ACTION : &'static str = "android.intent.action.INSERT";
/// public static final [FULL_MODE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#FULL_MODE)
pub const FULL_MODE : &'static str = "full_mode";
/// public static final [NAME](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#NAME)
pub const NAME : &'static str = "name";
/// public static final [PHONETIC_NAME](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#PHONETIC_NAME)
pub const PHONETIC_NAME : &'static str = "phonetic_name";
/// public static final [COMPANY](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#COMPANY)
pub const COMPANY : &'static str = "company";
/// public static final [JOB_TITLE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#JOB_TITLE)
pub const JOB_TITLE : &'static str = "job_title";
/// public static final [NOTES](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#NOTES)
pub const NOTES : &'static str = "notes";
/// public static final [PHONE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#PHONE)
pub const PHONE : &'static str = "phone";
/// public static final [PHONE_TYPE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#PHONE_TYPE)
pub const PHONE_TYPE : &'static str = "phone_type";
/// public static final [PHONE_ISPRIMARY](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#PHONE_ISPRIMARY)
pub const PHONE_ISPRIMARY : &'static str = "phone_isprimary";
/// public static final [SECONDARY_PHONE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_PHONE)
pub const SECONDARY_PHONE : &'static str = "secondary_phone";
/// public static final [SECONDARY_PHONE_TYPE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_PHONE_TYPE)
pub const SECONDARY_PHONE_TYPE : &'static str = "secondary_phone_type";
/// public static final [TERTIARY_PHONE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_PHONE)
pub const TERTIARY_PHONE : &'static str = "tertiary_phone";
/// public static final [TERTIARY_PHONE_TYPE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_PHONE_TYPE)
pub const TERTIARY_PHONE_TYPE : &'static str = "tertiary_phone_type";
/// public static final [EMAIL](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#EMAIL)
pub const EMAIL : &'static str = "email";
/// public static final [EMAIL_TYPE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#EMAIL_TYPE)
pub const EMAIL_TYPE : &'static str = "email_type";
/// public static final [EMAIL_ISPRIMARY](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#EMAIL_ISPRIMARY)
pub const EMAIL_ISPRIMARY : &'static str = "email_isprimary";
/// public static final [SECONDARY_EMAIL](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_EMAIL)
pub const SECONDARY_EMAIL : &'static str = "secondary_email";
/// public static final [SECONDARY_EMAIL_TYPE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_EMAIL_TYPE)
pub const SECONDARY_EMAIL_TYPE : &'static str = "secondary_email_type";
/// public static final [TERTIARY_EMAIL](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_EMAIL)
pub const TERTIARY_EMAIL : &'static str = "tertiary_email";
/// public static final [TERTIARY_EMAIL_TYPE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_EMAIL_TYPE)
pub const TERTIARY_EMAIL_TYPE : &'static str = "tertiary_email_type";
/// public static final [POSTAL](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#POSTAL)
pub const POSTAL : &'static str = "postal";
/// public static final [POSTAL_TYPE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#POSTAL_TYPE)
pub const POSTAL_TYPE : &'static str = "postal_type";
/// public static final [POSTAL_ISPRIMARY](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#POSTAL_ISPRIMARY)
pub const POSTAL_ISPRIMARY : &'static str = "postal_isprimary";
/// public static final [IM_HANDLE](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#IM_HANDLE)
pub const IM_HANDLE : &'static str = "im_handle";
/// public static final [IM_PROTOCOL](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#IM_PROTOCOL)
pub const IM_PROTOCOL : &'static str = "im_protocol";
/// public static final [IM_ISPRIMARY](https://developer.android.com/reference/android/provider/Contacts.Intents.Insert.html#IM_ISPRIMARY)
pub const IM_ISPRIMARY : &'static str = "im_isprimary";
}
}