[]Struct jni_android_sys::android::app::SearchableInfo

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

public final class SearchableInfo

Required feature: "android-app-SearchableInfo"

Methods

impl SearchableInfo

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

getSuggestAuthority

Required features: "java-lang-String"

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

getSuggestPackage

Required features: "java-lang-String"

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

getSearchActivity

Required features: "android-content-ComponentName"

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

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

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

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

getSuggestPath

Required features: "java-lang-String"

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

getSuggestSelection

Required features: "java-lang-String"

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

getSuggestIntentAction

Required features: "java-lang-String"

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

getSuggestIntentData

Required features: "java-lang-String"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn writeToParcel<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Parcel>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

writeToParcel

Required features: "android-os-Parcel"

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

get public static final CREATOR

Required feature: "android-os-Parcelable_Creator"

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 SearchableInfo

impl AsRef<Parcelable> for SearchableInfo

impl AsValidJObjectAndEnv for SearchableInfo

impl Deref for SearchableInfo

type Target = Object

The resulting type after dereferencing.

impl JniType for SearchableInfo

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.