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
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-provider-AlarmClock"))]
__jni_bindgen! {
    /// public final class [AlarmClock](https://developer.android.com/reference/android/provider/AlarmClock.html)
    ///
    /// Required feature: "android-provider-AlarmClock"
    public final class AlarmClock ("android/provider/AlarmClock") extends crate::java::lang::Object {

        /// [AlarmClock](https://developer.android.com/reference/android/provider/AlarmClock.html#AlarmClock())
        pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::provider::AlarmClock>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "android/provider/AlarmClock", java.flags == PUBLIC, .name == "<init>", .descriptor == "()V"
            unsafe {
                let __jni_args = [];
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/provider/AlarmClock\0", "<init>\0", "()V\0");
                __jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
            }
        }

        /// public static final [ACTION_DISMISS_ALARM](https://developer.android.com/reference/android/provider/AlarmClock.html#ACTION_DISMISS_ALARM)
        pub const ACTION_DISMISS_ALARM : &'static str = "android.intent.action.DISMISS_ALARM";

        /// public static final [ACTION_DISMISS_TIMER](https://developer.android.com/reference/android/provider/AlarmClock.html#ACTION_DISMISS_TIMER)
        pub const ACTION_DISMISS_TIMER : &'static str = "android.intent.action.DISMISS_TIMER";

        /// public static final [ACTION_SET_ALARM](https://developer.android.com/reference/android/provider/AlarmClock.html#ACTION_SET_ALARM)
        pub const ACTION_SET_ALARM : &'static str = "android.intent.action.SET_ALARM";

        /// public static final [ACTION_SET_TIMER](https://developer.android.com/reference/android/provider/AlarmClock.html#ACTION_SET_TIMER)
        pub const ACTION_SET_TIMER : &'static str = "android.intent.action.SET_TIMER";

        /// public static final [ACTION_SHOW_ALARMS](https://developer.android.com/reference/android/provider/AlarmClock.html#ACTION_SHOW_ALARMS)
        pub const ACTION_SHOW_ALARMS : &'static str = "android.intent.action.SHOW_ALARMS";

        /// public static final [ACTION_SHOW_TIMERS](https://developer.android.com/reference/android/provider/AlarmClock.html#ACTION_SHOW_TIMERS)
        pub const ACTION_SHOW_TIMERS : &'static str = "android.intent.action.SHOW_TIMERS";

        /// public static final [ACTION_SNOOZE_ALARM](https://developer.android.com/reference/android/provider/AlarmClock.html#ACTION_SNOOZE_ALARM)
        pub const ACTION_SNOOZE_ALARM : &'static str = "android.intent.action.SNOOZE_ALARM";

        /// public static final [ALARM_SEARCH_MODE_ALL](https://developer.android.com/reference/android/provider/AlarmClock.html#ALARM_SEARCH_MODE_ALL)
        pub const ALARM_SEARCH_MODE_ALL : &'static str = "android.all";

        /// public static final [ALARM_SEARCH_MODE_LABEL](https://developer.android.com/reference/android/provider/AlarmClock.html#ALARM_SEARCH_MODE_LABEL)
        pub const ALARM_SEARCH_MODE_LABEL : &'static str = "android.label";

        /// public static final [ALARM_SEARCH_MODE_NEXT](https://developer.android.com/reference/android/provider/AlarmClock.html#ALARM_SEARCH_MODE_NEXT)
        pub const ALARM_SEARCH_MODE_NEXT : &'static str = "android.next";

        /// public static final [ALARM_SEARCH_MODE_TIME](https://developer.android.com/reference/android/provider/AlarmClock.html#ALARM_SEARCH_MODE_TIME)
        pub const ALARM_SEARCH_MODE_TIME : &'static str = "android.time";

        /// public static final [EXTRA_ALARM_SEARCH_MODE](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_ALARM_SEARCH_MODE)
        pub const EXTRA_ALARM_SEARCH_MODE : &'static str = "android.intent.extra.alarm.SEARCH_MODE";

        /// public static final [EXTRA_ALARM_SNOOZE_DURATION](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_ALARM_SNOOZE_DURATION)
        pub const EXTRA_ALARM_SNOOZE_DURATION : &'static str = "android.intent.extra.alarm.SNOOZE_DURATION";

        /// public static final [EXTRA_DAYS](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_DAYS)
        pub const EXTRA_DAYS : &'static str = "android.intent.extra.alarm.DAYS";

        /// public static final [EXTRA_HOUR](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_HOUR)
        pub const EXTRA_HOUR : &'static str = "android.intent.extra.alarm.HOUR";

        /// public static final [EXTRA_IS_PM](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_IS_PM)
        pub const EXTRA_IS_PM : &'static str = "android.intent.extra.alarm.IS_PM";

        /// public static final [EXTRA_LENGTH](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_LENGTH)
        pub const EXTRA_LENGTH : &'static str = "android.intent.extra.alarm.LENGTH";

        /// public static final [EXTRA_MESSAGE](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_MESSAGE)
        pub const EXTRA_MESSAGE : &'static str = "android.intent.extra.alarm.MESSAGE";

        /// public static final [EXTRA_MINUTES](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_MINUTES)
        pub const EXTRA_MINUTES : &'static str = "android.intent.extra.alarm.MINUTES";

        /// public static final [EXTRA_RINGTONE](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_RINGTONE)
        pub const EXTRA_RINGTONE : &'static str = "android.intent.extra.alarm.RINGTONE";

        /// public static final [EXTRA_SKIP_UI](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_SKIP_UI)
        pub const EXTRA_SKIP_UI : &'static str = "android.intent.extra.alarm.SKIP_UI";

        /// public static final [EXTRA_VIBRATE](https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_VIBRATE)
        pub const EXTRA_VIBRATE : &'static str = "android.intent.extra.alarm.VIBRATE";

        /// public static final [VALUE_RINGTONE_SILENT](https://developer.android.com/reference/android/provider/AlarmClock.html#VALUE_RINGTONE_SILENT)
        pub const VALUE_RINGTONE_SILENT : &'static str = "silent";
    }
}