[]Struct jni_android_sys::android::provider::VoicemailContract_Voicemails

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

public final class VoicemailContract.Voicemails

Required feature: "android-provider-VoicemailContract_Voicemails"

Methods

impl VoicemailContract_Voicemails

pub fn buildSourceUri<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Uri>>, Local<'env, Throwable>>
[src]

buildSourceUri

Required features: "android-net-Uri", "java-lang-String"

pub const ARCHIVED: &'static str[src]

public static final ARCHIVED

pub const BACKED_UP: &'static str[src]

public static final BACKED_UP

pub fn CONTENT_URI<'env>(env: &'env Env) -> Option<Local<'env, Uri>>[src]

get public static final CONTENT_URI

Required feature: "android-net-Uri"

pub const DATE: &'static str[src]

public static final DATE

pub const DELETED: &'static str[src]

public static final DELETED

pub const DIRTY: &'static str[src]

public static final DIRTY

pub const DIRTY_RETAIN: i32[src]

public static final DIRTY_RETAIN

pub const DIR_TYPE: &'static str[src]

public static final DIR_TYPE

pub const DURATION: &'static str[src]

public static final DURATION

pub const HAS_CONTENT: &'static str[src]

public static final HAS_CONTENT

pub const IS_OMTP_VOICEMAIL: &'static str[src]

public static final IS_OMTP_VOICEMAIL

pub const IS_READ: &'static str[src]

public static final IS_READ

pub const ITEM_TYPE: &'static str[src]

public static final ITEM_TYPE

pub const LAST_MODIFIED: &'static str[src]

public static final LAST_MODIFIED

pub const MIME_TYPE: &'static str[src]

public static final MIME_TYPE

pub const NEW: &'static str[src]

public static final NEW

pub const NUMBER: &'static str[src]

public static final NUMBER

pub const PHONE_ACCOUNT_COMPONENT_NAME: &'static str[src]

public static final PHONE_ACCOUNT_COMPONENT_NAME

pub const PHONE_ACCOUNT_ID: &'static str[src]

public static final PHONE_ACCOUNT_ID

pub const RESTORED: &'static str[src]

public static final RESTORED

pub const SOURCE_DATA: &'static str[src]

public static final SOURCE_DATA

pub const SOURCE_PACKAGE: &'static str[src]

public static final SOURCE_PACKAGE

pub const TRANSCRIPTION: &'static str[src]

public static final TRANSCRIPTION

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 VoicemailContract_Voicemails

impl AsRef<BaseColumns> for VoicemailContract_Voicemails

impl AsRef<OpenableColumns> for VoicemailContract_Voicemails

impl AsValidJObjectAndEnv for VoicemailContract_Voicemails

impl Deref for VoicemailContract_Voicemails

type Target = Object

The resulting type after dereferencing.

impl JniType for VoicemailContract_Voicemails

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.