[]Struct jni_android_sys::android::provider::UserDictionary_Words

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

public class UserDictionary.Words

Required feature: "android-provider-UserDictionary_Words"

Methods

impl UserDictionary_Words

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

pub fn addWord_Context_String_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: i32,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

Deprecated

addWord

Required features: "android-content-Context", "java-lang-String"

pub fn addWord_Context_String_int_String_Locale<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: i32,
    arg3: impl Into<Option<&'env String>>,
    arg4: impl Into<Option<&'env Locale>>
) -> Result<(), Local<'env, Throwable>>
[src]

addWord

Required features: "android-content-Context", "java-lang-String", "java-util-Locale"

pub const APP_ID: &'static str[src]

public static final APP_ID

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_SORT_ORDER: &'static str[src]

public static final DEFAULT_SORT_ORDER

pub const FREQUENCY: &'static str[src]

public static final FREQUENCY

pub const LOCALE: &'static str[src]

public static final LOCALE

pub const LOCALE_TYPE_ALL: i32[src]

Deprecated

public static final LOCALE_TYPE_ALL

pub const LOCALE_TYPE_CURRENT: i32[src]

Deprecated

public static final LOCALE_TYPE_CURRENT

pub const SHORTCUT: &'static str[src]

public static final SHORTCUT

pub const WORD: &'static str[src]

public static final WORD

pub const _ID: &'static str[src]

public static final _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 UserDictionary_Words

impl AsRef<BaseColumns> for UserDictionary_Words

impl AsValidJObjectAndEnv for UserDictionary_Words

impl Deref for UserDictionary_Words

type Target = Object

The resulting type after dereferencing.

impl JniType for UserDictionary_Words

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.