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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-ContactsContract_StatusColumns"))]
__jni_bindgen! {
/// public interface [ContactsContract.StatusColumns](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html)
///
/// Required feature: "android-provider-ContactsContract_StatusColumns"
public interface ContactsContract_StatusColumns ("android/provider/ContactsContract$StatusColumns") extends crate::java::lang::Object {
/// public static final [PRESENCE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#PRESENCE)
pub const PRESENCE : &'static str = "mode";
/// public static final [PRESENCE_STATUS](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#PRESENCE_STATUS)
pub const PRESENCE_STATUS : &'static str = "mode";
/// public static final [OFFLINE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#OFFLINE)
pub const OFFLINE : i32 = 0;
/// public static final [INVISIBLE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#INVISIBLE)
pub const INVISIBLE : i32 = 1;
/// public static final [AWAY](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#AWAY)
pub const AWAY : i32 = 2;
/// public static final [IDLE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#IDLE)
pub const IDLE : i32 = 3;
/// public static final [DO_NOT_DISTURB](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#DO_NOT_DISTURB)
pub const DO_NOT_DISTURB : i32 = 4;
/// public static final [AVAILABLE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#AVAILABLE)
pub const AVAILABLE : i32 = 5;
/// public static final [STATUS](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#STATUS)
pub const STATUS : &'static str = "status";
/// public static final [PRESENCE_CUSTOM_STATUS](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#PRESENCE_CUSTOM_STATUS)
pub const PRESENCE_CUSTOM_STATUS : &'static str = "status";
/// public static final [STATUS_TIMESTAMP](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#STATUS_TIMESTAMP)
pub const STATUS_TIMESTAMP : &'static str = "status_ts";
/// public static final [STATUS_RES_PACKAGE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#STATUS_RES_PACKAGE)
pub const STATUS_RES_PACKAGE : &'static str = "status_res_package";
/// public static final [STATUS_LABEL](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#STATUS_LABEL)
pub const STATUS_LABEL : &'static str = "status_label";
/// public static final [STATUS_ICON](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#STATUS_ICON)
pub const STATUS_ICON : &'static str = "status_icon";
}
}