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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-Telephony_Carriers"))]
__jni_bindgen! {
/// public final class [Telephony.Carriers](https://developer.android.com/reference/android/provider/Telephony.Carriers.html)
///
/// Required feature: "android-provider-Telephony_Carriers"
public final class Telephony_Carriers ("android/provider/Telephony$Carriers") extends crate::java::lang::Object, implements crate::android::provider::BaseColumns {
/// public static final [APN](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#APN)
pub const APN : &'static str = "apn";
/// public static final [AUTH_TYPE](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#AUTH_TYPE)
pub const AUTH_TYPE : &'static str = "authtype";
/// public static final [BEARER](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#BEARER)
pub const BEARER : &'static str = "bearer";
/// public static final [CARRIER_ENABLED](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#CARRIER_ENABLED)
pub const CARRIER_ENABLED : &'static str = "carrier_enabled";
/// **get** public static final [CONTENT_URI](https://developer.android.com/reference/android/provider/Telephony.Carriers.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$Carriers\0", "CONTENT_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// public static final [CURRENT](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#CURRENT)
pub const CURRENT : &'static str = "current";
/// public static final [DEFAULT_SORT_ORDER](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#DEFAULT_SORT_ORDER)
pub const DEFAULT_SORT_ORDER : &'static str = "name ASC";
/// public static final [MCC](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#MCC)
pub const MCC : &'static str = "mcc";
/// public static final [MMSC](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#MMSC)
pub const MMSC : &'static str = "mmsc";
/// public static final [MMSPORT](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#MMSPORT)
pub const MMSPORT : &'static str = "mmsport";
/// public static final [MMSPROXY](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#MMSPROXY)
pub const MMSPROXY : &'static str = "mmsproxy";
/// public static final [MNC](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#MNC)
pub const MNC : &'static str = "mnc";
/// public static final [MVNO_MATCH_DATA](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#MVNO_MATCH_DATA)
pub const MVNO_MATCH_DATA : &'static str = "mvno_match_data";
/// public static final [MVNO_TYPE](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#MVNO_TYPE)
pub const MVNO_TYPE : &'static str = "mvno_type";
/// public static final [NAME](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#NAME)
pub const NAME : &'static str = "name";
/// public static final [NUMERIC](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#NUMERIC)
pub const NUMERIC : &'static str = "numeric";
/// public static final [PASSWORD](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#PASSWORD)
pub const PASSWORD : &'static str = "password";
/// public static final [PORT](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#PORT)
pub const PORT : &'static str = "port";
/// public static final [PROTOCOL](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#PROTOCOL)
pub const PROTOCOL : &'static str = "protocol";
/// public static final [PROXY](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#PROXY)
pub const PROXY : &'static str = "proxy";
/// public static final [ROAMING_PROTOCOL](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#ROAMING_PROTOCOL)
pub const ROAMING_PROTOCOL : &'static str = "roaming_protocol";
/// public static final [SERVER](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#SERVER)
pub const SERVER : &'static str = "server";
/// public static final [SUBSCRIPTION_ID](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#SUBSCRIPTION_ID)
pub const SUBSCRIPTION_ID : &'static str = "sub_id";
/// public static final [TYPE](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#TYPE)
pub const TYPE : &'static str = "type";
/// public static final [USER](https://developer.android.com/reference/android/provider/Telephony.Carriers.html#USER)
pub const USER : &'static str = "user";
}
}