[]Struct jni_android_sys::android::provider::ContactsContract_Directory

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

public final class ContactsContract.Directory

Required feature: "android-provider-ContactsContract_Directory"

Methods

impl ContactsContract_Directory

pub fn isRemoteDirectoryId<'env>(
    __jni_env: &'env Env,
    arg0: i64
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isEnterpriseDirectoryId<'env>(
    __jni_env: &'env Env,
    arg0: i64
) -> Result<bool, Local<'env, Throwable>>
[src]

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

notifyDirectoryChange

Required features: "android-content-ContentResolver"

pub const ACCOUNT_NAME: &'static str[src]

public static final ACCOUNT_NAME

pub const ACCOUNT_TYPE: &'static str[src]

public static final ACCOUNT_TYPE

pub const CALLER_PACKAGE_PARAM_KEY: &'static str[src]

public static final CALLER_PACKAGE_PARAM_KEY

pub const CONTENT_ITEM_TYPE: &'static str[src]

public static final CONTENT_ITEM_TYPE

pub const CONTENT_TYPE: &'static str[src]

public static final CONTENT_TYPE

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 DEFAULT: i64[src]

public static final DEFAULT

pub const DIRECTORY_AUTHORITY: &'static str[src]

public static final DIRECTORY_AUTHORITY

pub const DISPLAY_NAME: &'static str[src]

public static final DISPLAY_NAME

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

get public static final ENTERPRISE_CONTENT_URI

Required feature: "android-net-Uri"

pub const ENTERPRISE_DEFAULT: i64[src]

public static final ENTERPRISE_DEFAULT

pub const ENTERPRISE_LOCAL_INVISIBLE: i64[src]

public static final ENTERPRISE_LOCAL_INVISIBLE

pub const EXPORT_SUPPORT: &'static str[src]

public static final EXPORT_SUPPORT

pub const EXPORT_SUPPORT_ANY_ACCOUNT: i32[src]

public static final EXPORT_SUPPORT_ANY_ACCOUNT

pub const EXPORT_SUPPORT_NONE: i32[src]

public static final EXPORT_SUPPORT_NONE

pub const EXPORT_SUPPORT_SAME_ACCOUNT_ONLY: i32[src]

pub const LOCAL_INVISIBLE: i64[src]

public static final LOCAL_INVISIBLE

pub const PACKAGE_NAME: &'static str[src]

public static final PACKAGE_NAME

pub const PHOTO_SUPPORT: &'static str[src]

public static final PHOTO_SUPPORT

pub const PHOTO_SUPPORT_FULL: i32[src]

public static final PHOTO_SUPPORT_FULL

pub const PHOTO_SUPPORT_FULL_SIZE_ONLY: i32[src]

public static final PHOTO_SUPPORT_FULL_SIZE_ONLY

pub const PHOTO_SUPPORT_NONE: i32[src]

public static final PHOTO_SUPPORT_NONE

pub const PHOTO_SUPPORT_THUMBNAIL_ONLY: i32[src]

public static final PHOTO_SUPPORT_THUMBNAIL_ONLY

pub const SHORTCUT_SUPPORT: &'static str[src]

public static final SHORTCUT_SUPPORT

pub const SHORTCUT_SUPPORT_DATA_ITEMS_ONLY: i32[src]

pub const SHORTCUT_SUPPORT_FULL: i32[src]

public static final SHORTCUT_SUPPORT_FULL

pub const SHORTCUT_SUPPORT_NONE: i32[src]

public static final SHORTCUT_SUPPORT_NONE

pub const TYPE_RESOURCE_ID: &'static str[src]

public static final TYPE_RESOURCE_ID

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 ContactsContract_Directory

impl AsRef<BaseColumns> for ContactsContract_Directory

impl AsValidJObjectAndEnv for ContactsContract_Directory

impl Deref for ContactsContract_Directory

type Target = Object

The resulting type after dereferencing.

impl JniType for ContactsContract_Directory

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.