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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-Telephony_MmsSms"))]
__jni_bindgen! {
/// public final class [Telephony.MmsSms](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html)
///
/// Required feature: "android-provider-Telephony_MmsSms"
public final class Telephony_MmsSms ("android/provider/Telephony$MmsSms") extends crate::java::lang::Object, implements crate::android::provider::BaseColumns {
/// **get** public static final [CONTENT_CONVERSATIONS_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_CONVERSATIONS_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn CONTENT_CONVERSATIONS_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
unsafe {
let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_CONVERSATIONS_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// **get** public static final [CONTENT_DRAFT_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_DRAFT_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn CONTENT_DRAFT_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
unsafe {
let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_DRAFT_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// **get** public static final [CONTENT_FILTER_BYPHONE_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_FILTER_BYPHONE_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn CONTENT_FILTER_BYPHONE_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
unsafe {
let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_FILTER_BYPHONE_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// **get** public static final [CONTENT_LOCKED_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_LOCKED_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn CONTENT_LOCKED_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
unsafe {
let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_LOCKED_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// **get** public static final [CONTENT_UNDELIVERED_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_UNDELIVERED_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn CONTENT_UNDELIVERED_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
unsafe {
let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_UNDELIVERED_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// **get** public static final [CONTENT_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn CONTENT_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
unsafe {
let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// public static final [ERR_TYPE_GENERIC](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#ERR_TYPE_GENERIC)
pub const ERR_TYPE_GENERIC : i32 = 1;
/// public static final [ERR_TYPE_GENERIC_PERMANENT](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#ERR_TYPE_GENERIC_PERMANENT)
pub const ERR_TYPE_GENERIC_PERMANENT : i32 = 10;
/// public static final [ERR_TYPE_MMS_PROTO_PERMANENT](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#ERR_TYPE_MMS_PROTO_PERMANENT)
pub const ERR_TYPE_MMS_PROTO_PERMANENT : i32 = 12;
/// public static final [ERR_TYPE_MMS_PROTO_TRANSIENT](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#ERR_TYPE_MMS_PROTO_TRANSIENT)
pub const ERR_TYPE_MMS_PROTO_TRANSIENT : i32 = 3;
/// public static final [ERR_TYPE_SMS_PROTO_PERMANENT](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#ERR_TYPE_SMS_PROTO_PERMANENT)
pub const ERR_TYPE_SMS_PROTO_PERMANENT : i32 = 11;
/// public static final [ERR_TYPE_SMS_PROTO_TRANSIENT](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#ERR_TYPE_SMS_PROTO_TRANSIENT)
pub const ERR_TYPE_SMS_PROTO_TRANSIENT : i32 = 2;
/// public static final [ERR_TYPE_TRANSPORT_FAILURE](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#ERR_TYPE_TRANSPORT_FAILURE)
pub const ERR_TYPE_TRANSPORT_FAILURE : i32 = 4;
/// public static final [MMS_PROTO](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#MMS_PROTO)
pub const MMS_PROTO : i32 = 1;
/// public static final [NO_ERROR](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#NO_ERROR)
pub const NO_ERROR : i32 = 0;
/// **get** public static final [SEARCH_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#SEARCH_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn SEARCH_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
unsafe {
let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "SEARCH_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// public static final [SMS_PROTO](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#SMS_PROTO)
pub const SMS_PROTO : i32 = 0;
/// public static final [TYPE_DISCRIMINATOR_COLUMN](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#TYPE_DISCRIMINATOR_COLUMN)
pub const TYPE_DISCRIMINATOR_COLUMN : &'static str = "transport_type";
}
}