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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-R_string"))]
__jni_bindgen! {
/// public final class [R.string](https://developer.android.com/reference/android/R.string.html)
///
/// Required feature: "android-R_string"
public final class R_string ("android/R$string") extends crate::java::lang::Object {
/// [string](https://developer.android.com/reference/android/R.string.html#string())
pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::R_string>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/R$string", java.flags == PUBLIC, .name == "<init>", .descriptor == "()V"
unsafe {
let __jni_args = [];
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/R$string\0", "<init>\0", "()V\0");
__jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
/// public static final [VideoView_error_button](https://developer.android.com/reference/android/R.string.html#VideoView_error_button)
pub const VideoView_error_button : i32 = 17039376;
/// public static final [VideoView_error_text_invalid_progressive_playback](https://developer.android.com/reference/android/R.string.html#VideoView_error_text_invalid_progressive_playback)
pub const VideoView_error_text_invalid_progressive_playback : i32 = 17039381;
/// public static final [VideoView_error_text_unknown](https://developer.android.com/reference/android/R.string.html#VideoView_error_text_unknown)
pub const VideoView_error_text_unknown : i32 = 17039377;
/// public static final [VideoView_error_title](https://developer.android.com/reference/android/R.string.html#VideoView_error_title)
pub const VideoView_error_title : i32 = 17039378;
/// public static final [cancel](https://developer.android.com/reference/android/R.string.html#cancel)
pub const cancel : i32 = 17039360;
/// public static final [copy](https://developer.android.com/reference/android/R.string.html#copy)
pub const copy : i32 = 17039361;
/// public static final [copyUrl](https://developer.android.com/reference/android/R.string.html#copyUrl)
pub const copyUrl : i32 = 17039362;
/// public static final [cut](https://developer.android.com/reference/android/R.string.html#cut)
pub const cut : i32 = 17039363;
/// public static final [defaultMsisdnAlphaTag](https://developer.android.com/reference/android/R.string.html#defaultMsisdnAlphaTag)
pub const defaultMsisdnAlphaTag : i32 = 17039365;
/// public static final [defaultVoiceMailAlphaTag](https://developer.android.com/reference/android/R.string.html#defaultVoiceMailAlphaTag)
pub const defaultVoiceMailAlphaTag : i32 = 17039364;
/// public static final [dialog_alert_title](https://developer.android.com/reference/android/R.string.html#dialog_alert_title)
pub const dialog_alert_title : i32 = 17039380;
/// public static final [emptyPhoneNumber](https://developer.android.com/reference/android/R.string.html#emptyPhoneNumber)
pub const emptyPhoneNumber : i32 = 17039366;
/// public static final [fingerprint_icon_content_description](https://developer.android.com/reference/android/R.string.html#fingerprint_icon_content_description)
pub const fingerprint_icon_content_description : i32 = 17039384;
/// public static final [httpErrorBadUrl](https://developer.android.com/reference/android/R.string.html#httpErrorBadUrl)
pub const httpErrorBadUrl : i32 = 17039367;
/// public static final [httpErrorUnsupportedScheme](https://developer.android.com/reference/android/R.string.html#httpErrorUnsupportedScheme)
pub const httpErrorUnsupportedScheme : i32 = 17039368;
/// public static final [no](https://developer.android.com/reference/android/R.string.html#no)
pub const no : i32 = 17039369;
/// public static final [ok](https://developer.android.com/reference/android/R.string.html#ok)
pub const ok : i32 = 17039370;
/// public static final [paste](https://developer.android.com/reference/android/R.string.html#paste)
pub const paste : i32 = 17039371;
/// public static final [search_go](https://developer.android.com/reference/android/R.string.html#search_go)
pub const search_go : i32 = 17039372;
/// public static final [selectAll](https://developer.android.com/reference/android/R.string.html#selectAll)
pub const selectAll : i32 = 17039373;
/// public static final [selectTextMode](https://developer.android.com/reference/android/R.string.html#selectTextMode)
pub const selectTextMode : i32 = 17039382;
/// public static final [status_bar_notification_info_overflow](https://developer.android.com/reference/android/R.string.html#status_bar_notification_info_overflow)
pub const status_bar_notification_info_overflow : i32 = 17039383;
/// public static final [unknownName](https://developer.android.com/reference/android/R.string.html#unknownName)
pub const unknownName : i32 = 17039374;
/// public static final [untitled](https://developer.android.com/reference/android/R.string.html#untitled)
pub const untitled : i32 = 17039375;
/// public static final [yes](https://developer.android.com/reference/android/R.string.html#yes)
pub const yes : i32 = 17039379;
}
}