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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-Telephony_BaseMmsColumns"))]
__jni_bindgen! {
/// public interface [Telephony.BaseMmsColumns](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html)
///
/// Required feature: "android-provider-Telephony_BaseMmsColumns"
public interface Telephony_BaseMmsColumns ("android/provider/Telephony$BaseMmsColumns") extends crate::java::lang::Object, implements crate::android::provider::BaseColumns {
/// public static final [CONTENT_CLASS](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#CONTENT_CLASS)
pub const CONTENT_CLASS : &'static str = "ct_cls";
/// public static final [CONTENT_LOCATION](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#CONTENT_LOCATION)
pub const CONTENT_LOCATION : &'static str = "ct_l";
/// public static final [CONTENT_TYPE](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#CONTENT_TYPE)
pub const CONTENT_TYPE : &'static str = "ct_t";
/// public static final [CREATOR](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#CREATOR)
pub const CREATOR : &'static str = "creator";
/// public static final [DATE](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#DATE)
pub const DATE : &'static str = "date";
/// public static final [DATE_SENT](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#DATE_SENT)
pub const DATE_SENT : &'static str = "date_sent";
/// public static final [DELIVERY_REPORT](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#DELIVERY_REPORT)
pub const DELIVERY_REPORT : &'static str = "d_rpt";
/// public static final [DELIVERY_TIME](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#DELIVERY_TIME)
pub const DELIVERY_TIME : &'static str = "d_tm";
/// public static final [EXPIRY](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#EXPIRY)
pub const EXPIRY : &'static str = "exp";
/// public static final [LOCKED](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#LOCKED)
pub const LOCKED : &'static str = "locked";
/// public static final [MESSAGE_BOX](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_BOX)
pub const MESSAGE_BOX : &'static str = "msg_box";
/// public static final [MESSAGE_BOX_ALL](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_BOX_ALL)
pub const MESSAGE_BOX_ALL : i32 = 0;
/// public static final [MESSAGE_BOX_DRAFTS](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_BOX_DRAFTS)
pub const MESSAGE_BOX_DRAFTS : i32 = 3;
/// public static final [MESSAGE_BOX_FAILED](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_BOX_FAILED)
pub const MESSAGE_BOX_FAILED : i32 = 5;
/// public static final [MESSAGE_BOX_INBOX](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_BOX_INBOX)
pub const MESSAGE_BOX_INBOX : i32 = 1;
/// public static final [MESSAGE_BOX_OUTBOX](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_BOX_OUTBOX)
pub const MESSAGE_BOX_OUTBOX : i32 = 4;
/// public static final [MESSAGE_BOX_SENT](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_BOX_SENT)
pub const MESSAGE_BOX_SENT : i32 = 2;
/// public static final [MESSAGE_CLASS](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_CLASS)
pub const MESSAGE_CLASS : &'static str = "m_cls";
/// public static final [MESSAGE_ID](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_ID)
pub const MESSAGE_ID : &'static str = "m_id";
/// public static final [MESSAGE_SIZE](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_SIZE)
pub const MESSAGE_SIZE : &'static str = "m_size";
/// public static final [MESSAGE_TYPE](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MESSAGE_TYPE)
pub const MESSAGE_TYPE : &'static str = "m_type";
/// public static final [MMS_VERSION](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#MMS_VERSION)
pub const MMS_VERSION : &'static str = "v";
/// public static final [PRIORITY](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#PRIORITY)
pub const PRIORITY : &'static str = "pri";
/// public static final [READ](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#READ)
pub const READ : &'static str = "read";
/// public static final [READ_REPORT](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#READ_REPORT)
pub const READ_REPORT : &'static str = "rr";
/// public static final [READ_STATUS](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#READ_STATUS)
pub const READ_STATUS : &'static str = "read_status";
/// public static final [REPORT_ALLOWED](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#REPORT_ALLOWED)
pub const REPORT_ALLOWED : &'static str = "rpt_a";
/// public static final [RESPONSE_STATUS](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#RESPONSE_STATUS)
pub const RESPONSE_STATUS : &'static str = "resp_st";
/// public static final [RESPONSE_TEXT](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#RESPONSE_TEXT)
pub const RESPONSE_TEXT : &'static str = "resp_txt";
/// public static final [RETRIEVE_STATUS](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#RETRIEVE_STATUS)
pub const RETRIEVE_STATUS : &'static str = "retr_st";
/// public static final [RETRIEVE_TEXT](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#RETRIEVE_TEXT)
pub const RETRIEVE_TEXT : &'static str = "retr_txt";
/// public static final [RETRIEVE_TEXT_CHARSET](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#RETRIEVE_TEXT_CHARSET)
pub const RETRIEVE_TEXT_CHARSET : &'static str = "retr_txt_cs";
/// public static final [SEEN](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#SEEN)
pub const SEEN : &'static str = "seen";
/// public static final [STATUS](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#STATUS)
pub const STATUS : &'static str = "st";
/// public static final [SUBJECT](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#SUBJECT)
pub const SUBJECT : &'static str = "sub";
/// public static final [SUBJECT_CHARSET](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#SUBJECT_CHARSET)
pub const SUBJECT_CHARSET : &'static str = "sub_cs";
/// public static final [TEXT_ONLY](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#TEXT_ONLY)
pub const TEXT_ONLY : &'static str = "text_only";
/// public static final [THREAD_ID](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#THREAD_ID)
pub const THREAD_ID : &'static str = "thread_id";
/// public static final [TRANSACTION_ID](https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html#TRANSACTION_ID)
pub const TRANSACTION_ID : &'static str = "tr_id";
}
}