[]Struct jni_android_sys::android::provider::AlarmClock

#[repr(transparent)]
pub struct AlarmClock(_);

public final class AlarmClock

Required feature: "android-provider-AlarmClock"

Methods

impl AlarmClock

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, AlarmClock>, Local<'env, Throwable>>
[src]

pub const ACTION_DISMISS_ALARM: &'static str[src]

public static final ACTION_DISMISS_ALARM

pub const ACTION_DISMISS_TIMER: &'static str[src]

public static final ACTION_DISMISS_TIMER

pub const ACTION_SET_ALARM: &'static str[src]

public static final ACTION_SET_ALARM

pub const ACTION_SET_TIMER: &'static str[src]

public static final ACTION_SET_TIMER

pub const ACTION_SHOW_ALARMS: &'static str[src]

public static final ACTION_SHOW_ALARMS

pub const ACTION_SHOW_TIMERS: &'static str[src]

public static final ACTION_SHOW_TIMERS

pub const ACTION_SNOOZE_ALARM: &'static str[src]

public static final ACTION_SNOOZE_ALARM

pub const ALARM_SEARCH_MODE_ALL: &'static str[src]

public static final ALARM_SEARCH_MODE_ALL

pub const ALARM_SEARCH_MODE_LABEL: &'static str[src]

public static final ALARM_SEARCH_MODE_LABEL

pub const ALARM_SEARCH_MODE_NEXT: &'static str[src]

public static final ALARM_SEARCH_MODE_NEXT

pub const ALARM_SEARCH_MODE_TIME: &'static str[src]

public static final ALARM_SEARCH_MODE_TIME

pub const EXTRA_ALARM_SEARCH_MODE: &'static str[src]

public static final EXTRA_ALARM_SEARCH_MODE

pub const EXTRA_ALARM_SNOOZE_DURATION: &'static str[src]

public static final EXTRA_ALARM_SNOOZE_DURATION

pub const EXTRA_DAYS: &'static str[src]

public static final EXTRA_DAYS

pub const EXTRA_HOUR: &'static str[src]

public static final EXTRA_HOUR

pub const EXTRA_IS_PM: &'static str[src]

public static final EXTRA_IS_PM

pub const EXTRA_LENGTH: &'static str[src]

public static final EXTRA_LENGTH

pub const EXTRA_MESSAGE: &'static str[src]

public static final EXTRA_MESSAGE

pub const EXTRA_MINUTES: &'static str[src]

public static final EXTRA_MINUTES

pub const EXTRA_RINGTONE: &'static str[src]

public static final EXTRA_RINGTONE

pub const EXTRA_SKIP_UI: &'static str[src]

public static final EXTRA_SKIP_UI

pub const EXTRA_VIBRATE: &'static str[src]

public static final EXTRA_VIBRATE

pub const VALUE_RINGTONE_SILENT: &'static str[src]

public static final VALUE_RINGTONE_SILENT

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for AlarmClock

impl AsValidJObjectAndEnv for AlarmClock

impl Deref for AlarmClock

type Target = Object

The resulting type after dereferencing.

impl JniType for AlarmClock

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.