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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-SettingsSlicesContract"))]
__jni_bindgen! {
/// public class [SettingsSlicesContract](https://developer.android.com/reference/android/provider/SettingsSlicesContract.html)
///
/// Required feature: "android-provider-SettingsSlicesContract"
public class SettingsSlicesContract ("android/provider/SettingsSlicesContract") extends crate::java::lang::Object {
/// public static final [AUTHORITY](https://developer.android.com/reference/android/provider/SettingsSlicesContract.html#AUTHORITY)
pub const AUTHORITY : &'static str = "android.settings.slices";
/// **get** public static final [BASE_URI](https://developer.android.com/reference/android/provider/SettingsSlicesContract.html#BASE_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn BASE_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/SettingsSlicesContract\0", "BASE_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// public static final [KEY_AIRPLANE_MODE](https://developer.android.com/reference/android/provider/SettingsSlicesContract.html#KEY_AIRPLANE_MODE)
pub const KEY_AIRPLANE_MODE : &'static str = "airplane_mode";
/// public static final [KEY_BATTERY_SAVER](https://developer.android.com/reference/android/provider/SettingsSlicesContract.html#KEY_BATTERY_SAVER)
pub const KEY_BATTERY_SAVER : &'static str = "battery_saver";
/// public static final [KEY_BLUETOOTH](https://developer.android.com/reference/android/provider/SettingsSlicesContract.html#KEY_BLUETOOTH)
pub const KEY_BLUETOOTH : &'static str = "bluetooth";
/// public static final [KEY_LOCATION](https://developer.android.com/reference/android/provider/SettingsSlicesContract.html#KEY_LOCATION)
pub const KEY_LOCATION : &'static str = "location";
/// public static final [KEY_WIFI](https://developer.android.com/reference/android/provider/SettingsSlicesContract.html#KEY_WIFI)
pub const KEY_WIFI : &'static str = "wifi";
/// public static final [PATH_SETTING_ACTION](https://developer.android.com/reference/android/provider/SettingsSlicesContract.html#PATH_SETTING_ACTION)
pub const PATH_SETTING_ACTION : &'static str = "action";
/// public static final [PATH_SETTING_INTENT](https://developer.android.com/reference/android/provider/SettingsSlicesContract.html#PATH_SETTING_INTENT)
pub const PATH_SETTING_INTENT : &'static str = "intent";
}
}