[]Struct jni_android_sys::android::content::pm::LabeledIntent

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

public class LabeledIntent

Required feature: "android-content-pm-LabeledIntent"

Methods

impl LabeledIntent

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

LabeledIntent

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

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

LabeledIntent

Required features: "android-content-Intent", "java-lang-CharSequence", "java-lang-String"

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

LabeledIntent

Required features: "java-lang-String"

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

LabeledIntent

Required features: "java-lang-CharSequence", "java-lang-String"

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

getSourcePackage

Required features: "java-lang-String"

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

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

getNonLocalizedLabel

Required features: "java-lang-CharSequence"

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

pub fn loadLabel<'env>(
    &'env self,
    arg0: impl Into<Option<&'env PackageManager>>
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

loadLabel

Required features: "android-content-pm-PackageManager", "java-lang-CharSequence"

pub fn loadIcon<'env>(
    &'env self,
    arg0: impl Into<Option<&'env PackageManager>>
) -> Result<Option<Local<'env, Drawable>>, Local<'env, Throwable>>
[src]

loadIcon

Required features: "android-content-pm-PackageManager", "android-graphics-drawable-Drawable"

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 readFromParcel<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Parcel>>
) -> Result<(), Local<'env, Throwable>>
[src]

readFromParcel

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 = Intent>

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

clone

Required features: "java-lang-Object"

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

cloneFilter

Required features: "android-content-Intent"

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

getAction

Required features: "java-lang-String"

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

getData

Required features: "android-net-Uri"

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

getDataString

Required features: "java-lang-String"

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

getScheme

Required features: "java-lang-String"

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

getType

Required features: "java-lang-String"

pub fn resolveType_Context<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Context>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

resolveType

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

pub fn resolveType_ContentResolver<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ContentResolver>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

resolveType

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

pub fn resolveTypeIfNeeded<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ContentResolver>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

resolveTypeIfNeeded

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

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

hasCategory

Required features: "java-lang-String"

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

getCategories

Required features: "java-util-Set"

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

getSelector

Required features: "android-content-Intent"

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

getClipData

Required features: "android-content-ClipData"

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

setExtrasClassLoader

Required features: "java-lang-ClassLoader"

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

hasExtra

Required features: "java-lang-String"

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

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

getBooleanExtra

Required features: "java-lang-String"

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

getByteExtra

Required features: "java-lang-String"

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

getShortExtra

Required features: "java-lang-String"

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

getCharExtra

Required features: "java-lang-String"

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

getIntExtra

Required features: "java-lang-String"

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

getLongExtra

Required features: "java-lang-String"

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

getFloatExtra

Required features: "java-lang-String"

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

getDoubleExtra

Required features: "java-lang-String"

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

getStringExtra

Required features: "java-lang-String"

pub fn getCharSequenceExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

getCharSequenceExtra

Required features: "java-lang-CharSequence", "java-lang-String"

pub fn getParcelableExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Parcelable>>, Local<'env, Throwable>>
[src]

getParcelableExtra

Required features: "android-os-Parcelable", "java-lang-String"

pub fn getParcelableArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ObjectArray<Parcelable, Throwable>>>, Local<'env, Throwable>>
[src]

getParcelableArrayExtra

Required features: "android-os-Parcelable", "java-lang-String"

pub fn getParcelableArrayListExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>, Local<'env, Throwable>>
[src]

getParcelableArrayListExtra

Required features: "java-lang-String", "java-util-ArrayList"

pub fn getSerializableExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Serializable>>, Local<'env, Throwable>>
[src]

getSerializableExtra

Required features: "java-io-Serializable", "java-lang-String"

pub fn getIntegerArrayListExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>, Local<'env, Throwable>>
[src]

getIntegerArrayListExtra

Required features: "java-lang-String", "java-util-ArrayList"

pub fn getStringArrayListExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>, Local<'env, Throwable>>
[src]

getStringArrayListExtra

Required features: "java-lang-String", "java-util-ArrayList"

pub fn getCharSequenceArrayListExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>, Local<'env, Throwable>>
[src]

getCharSequenceArrayListExtra

Required features: "java-lang-String", "java-util-ArrayList"

pub fn getBooleanArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, BooleanArray>>, Local<'env, Throwable>>
[src]

getBooleanArrayExtra

Required features: "java-lang-String"

pub fn getByteArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ByteArray>>, Local<'env, Throwable>>
[src]

getByteArrayExtra

Required features: "java-lang-String"

pub fn getShortArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ShortArray>>, Local<'env, Throwable>>
[src]

getShortArrayExtra

Required features: "java-lang-String"

pub fn getCharArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, CharArray>>, Local<'env, Throwable>>
[src]

getCharArrayExtra

Required features: "java-lang-String"

pub fn getIntArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, IntArray>>, Local<'env, Throwable>>
[src]

getIntArrayExtra

Required features: "java-lang-String"

pub fn getLongArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, LongArray>>, Local<'env, Throwable>>
[src]

getLongArrayExtra

Required features: "java-lang-String"

pub fn getFloatArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, FloatArray>>, Local<'env, Throwable>>
[src]

getFloatArrayExtra

Required features: "java-lang-String"

pub fn getDoubleArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, DoubleArray>>, Local<'env, Throwable>>
[src]

getDoubleArrayExtra

Required features: "java-lang-String"

pub fn getStringArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ObjectArray<String, Throwable>>>, Local<'env, Throwable>>
[src]

getStringArrayExtra

Required features: "java-lang-String"

pub fn getCharSequenceArrayExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ObjectArray<CharSequence, Throwable>>>, Local<'env, Throwable>>
[src]

getCharSequenceArrayExtra

Required features: "java-lang-CharSequence", "java-lang-String"

pub fn getBundleExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Bundle>>, Local<'env, Throwable>>
[src]

getBundleExtra

Required features: "android-os-Bundle", "java-lang-String"

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

getExtras

Required features: "android-os-Bundle"

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

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

getPackage

Required features: "java-lang-String"

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

getComponent

Required features: "android-content-ComponentName"

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

getSourceBounds

Required features: "android-graphics-Rect"

pub fn resolveActivity<'env>(
    &'env self,
    arg0: impl Into<Option<&'env PackageManager>>
) -> Result<Option<Local<'env, ComponentName>>, Local<'env, Throwable>>
[src]

resolveActivity

Required features: "android-content-ComponentName", "android-content-pm-PackageManager"

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

resolveActivityInfo

Required features: "android-content-pm-ActivityInfo", "android-content-pm-PackageManager"

pub fn setAction<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setAction

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

pub fn setData<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Uri>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setData

Required features: "android-content-Intent", "android-net-Uri"

pub fn setDataAndNormalize<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Uri>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setDataAndNormalize

Required features: "android-content-Intent", "android-net-Uri"

pub fn setType<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setType

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

pub fn setTypeAndNormalize<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setTypeAndNormalize

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

pub fn setDataAndType<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Uri>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setDataAndType

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

pub fn setDataAndTypeAndNormalize<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Uri>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setDataAndTypeAndNormalize

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

pub fn addCategory<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

addCategory

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

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

removeCategory

Required features: "java-lang-String"

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

setSelector

Required features: "android-content-Intent"

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

setClipData

Required features: "android-content-ClipData"

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

putExtra

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

pub fn putExtra_String_byte<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i8
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_char<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: jchar
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_short<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i16
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

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

putExtra

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

pub fn putExtra_String_long<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i64
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_float<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: f32
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_double<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: f64
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

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

putExtra

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

pub fn putExtra_String_CharSequence<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env CharSequence>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

Required features: "android-content-Intent", "java-lang-CharSequence", "java-lang-String"

pub fn putExtra_String_Parcelable<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env Parcelable>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

Required features: "android-content-Intent", "android-os-Parcelable", "java-lang-String"

pub fn putExtra_String_Parcelable_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ObjectArray<Parcelable, Throwable>>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

Required features: "android-content-Intent", "android-os-Parcelable", "java-lang-String"

pub fn putParcelableArrayListExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putParcelableArrayListExtra

Required features: "android-content-Intent", "java-lang-String", "java-util-ArrayList"

pub fn putIntegerArrayListExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putIntegerArrayListExtra

Required features: "android-content-Intent", "java-lang-String", "java-util-ArrayList"

pub fn putStringArrayListExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putStringArrayListExtra

Required features: "android-content-Intent", "java-lang-String", "java-util-ArrayList"

pub fn putCharSequenceArrayListExtra<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putCharSequenceArrayListExtra

Required features: "android-content-Intent", "java-lang-String", "java-util-ArrayList"

pub fn putExtra_String_Serializable<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env Serializable>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

Required features: "android-content-Intent", "java-io-Serializable", "java-lang-String"

pub fn putExtra_String_boolean_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env BooleanArray>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_byte_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ByteArray>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_short_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ShortArray>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_char_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env CharArray>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_int_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env IntArray>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_long_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env LongArray>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_float_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env FloatArray>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_double_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env DoubleArray>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_String_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ObjectArray<String, Throwable>>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

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

pub fn putExtra_String_CharSequence_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ObjectArray<CharSequence, Throwable>>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

Required features: "android-content-Intent", "java-lang-CharSequence", "java-lang-String"

pub fn putExtra_String_Bundle<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env Bundle>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtra

Required features: "android-content-Intent", "android-os-Bundle", "java-lang-String"

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

putExtras

Required features: "android-content-Intent"

pub fn putExtras_Bundle<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Bundle>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

putExtras

Required features: "android-content-Intent", "android-os-Bundle"

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

replaceExtras

Required features: "android-content-Intent"

pub fn replaceExtras_Bundle<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Bundle>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

replaceExtras

Required features: "android-content-Intent", "android-os-Bundle"

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

removeExtra

Required features: "java-lang-String"

pub fn setFlags<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setFlags

Required features: "android-content-Intent"

pub fn addFlags<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

addFlags

Required features: "android-content-Intent"

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

pub fn setPackage<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setPackage

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

pub fn setComponent<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ComponentName>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setComponent

Required features: "android-content-ComponentName", "android-content-Intent"

pub fn setClassName_Context_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setClassName

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

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

setClassName

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

pub fn setClass<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env Class>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

setClass

Required features: "android-content-Context", "android-content-Intent", "java-lang-Class"

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

setSourceBounds

Required features: "android-graphics-Rect"

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

fillIn

Required features: "android-content-Intent"

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

filterEquals

Required features: "android-content-Intent"

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

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

toString

Required features: "java-lang-String"

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

Deprecated

toURI

Required features: "java-lang-String"

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

toUri

Required features: "java-lang-String"

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 readFromParcel<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Parcel>>
) -> Result<(), Local<'env, Throwable>>
[src]

readFromParcel

Required features: "android-os-Parcel"

pub const ACTION_AIRPLANE_MODE_CHANGED: &'static str[src]

pub const ACTION_ALL_APPS: &'static str[src]

pub const ACTION_ANSWER: &'static str[src]

pub const ACTION_APPLICATION_PREFERENCES: &'static str[src]

pub const ACTION_APPLICATION_RESTRICTIONS_CHANGED: &'static str[src]

pub const ACTION_APP_ERROR: &'static str[src]

pub const ACTION_ASSIST: &'static str[src]

pub const ACTION_ATTACH_DATA: &'static str[src]

pub const ACTION_BATTERY_CHANGED: &'static str[src]

pub const ACTION_BATTERY_LOW: &'static str[src]

pub const ACTION_BATTERY_OKAY: &'static str[src]

pub const ACTION_BOOT_COMPLETED: &'static str[src]

pub const ACTION_BUG_REPORT: &'static str[src]

pub const ACTION_CALL: &'static str[src]

pub const ACTION_CALL_BUTTON: &'static str[src]

pub const ACTION_CAMERA_BUTTON: &'static str[src]

pub const ACTION_CARRIER_SETUP: &'static str[src]

pub const ACTION_CHOOSER: &'static str[src]

pub const ACTION_CLOSE_SYSTEM_DIALOGS: &'static str[src]

pub const ACTION_CONFIGURATION_CHANGED: &'static str[src]

pub const ACTION_CREATE_DOCUMENT: &'static str[src]

pub const ACTION_CREATE_SHORTCUT: &'static str[src]

pub const ACTION_DATE_CHANGED: &'static str[src]

pub const ACTION_DEFAULT: &'static str[src]

pub const ACTION_DELETE: &'static str[src]

pub const ACTION_DEVICE_STORAGE_LOW: &'static str[src]

pub const ACTION_DEVICE_STORAGE_OK: &'static str[src]

pub const ACTION_DIAL: &'static str[src]

pub const ACTION_DOCK_EVENT: &'static str[src]

pub const ACTION_DREAMING_STARTED: &'static str[src]

pub const ACTION_DREAMING_STOPPED: &'static str[src]

pub const ACTION_EDIT: &'static str[src]

pub const ACTION_EXTERNAL_APPLICATIONS_AVAILABLE: &'static str[src]

pub const ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE: &'static str[src]

pub const ACTION_FACTORY_TEST: &'static str[src]

pub const ACTION_GET_CONTENT: &'static str[src]

pub const ACTION_GET_RESTRICTION_ENTRIES: &'static str[src]

pub const ACTION_GTALK_SERVICE_CONNECTED: &'static str[src]

pub const ACTION_GTALK_SERVICE_DISCONNECTED: &'static str[src]

pub const ACTION_HEADSET_PLUG: &'static str[src]

pub const ACTION_INPUT_METHOD_CHANGED: &'static str[src]

pub const ACTION_INSERT: &'static str[src]

pub const ACTION_INSERT_OR_EDIT: &'static str[src]

pub const ACTION_INSTALL_FAILURE: &'static str[src]

pub const ACTION_INSTALL_PACKAGE: &'static str[src]

pub const ACTION_LOCALE_CHANGED: &'static str[src]

pub const ACTION_LOCKED_BOOT_COMPLETED: &'static str[src]

pub const ACTION_MAIN: &'static str[src]

pub const ACTION_MANAGED_PROFILE_ADDED: &'static str[src]

pub const ACTION_MANAGED_PROFILE_AVAILABLE: &'static str[src]

pub const ACTION_MANAGED_PROFILE_REMOVED: &'static str[src]

pub const ACTION_MANAGED_PROFILE_UNAVAILABLE: &'static str[src]

pub const ACTION_MANAGED_PROFILE_UNLOCKED: &'static str[src]

pub const ACTION_MANAGE_NETWORK_USAGE: &'static str[src]

pub const ACTION_MANAGE_PACKAGE_STORAGE: &'static str[src]

pub const ACTION_MEDIA_BAD_REMOVAL: &'static str[src]

pub const ACTION_MEDIA_BUTTON: &'static str[src]

pub const ACTION_MEDIA_CHECKING: &'static str[src]

pub const ACTION_MEDIA_EJECT: &'static str[src]

pub const ACTION_MEDIA_MOUNTED: &'static str[src]

pub const ACTION_MEDIA_NOFS: &'static str[src]

pub const ACTION_MEDIA_REMOVED: &'static str[src]

pub const ACTION_MEDIA_SCANNER_FINISHED: &'static str[src]

pub const ACTION_MEDIA_SCANNER_SCAN_FILE: &'static str[src]

pub const ACTION_MEDIA_SCANNER_STARTED: &'static str[src]

pub const ACTION_MEDIA_SHARED: &'static str[src]

pub const ACTION_MEDIA_UNMOUNTABLE: &'static str[src]

pub const ACTION_MEDIA_UNMOUNTED: &'static str[src]

pub const ACTION_MY_PACKAGE_REPLACED: &'static str[src]

pub const ACTION_MY_PACKAGE_SUSPENDED: &'static str[src]

pub const ACTION_MY_PACKAGE_UNSUSPENDED: &'static str[src]

pub const ACTION_NEW_OUTGOING_CALL: &'static str[src]

pub const ACTION_OPEN_DOCUMENT: &'static str[src]

pub const ACTION_OPEN_DOCUMENT_TREE: &'static str[src]

pub const ACTION_PACKAGES_SUSPENDED: &'static str[src]

pub const ACTION_PACKAGES_UNSUSPENDED: &'static str[src]

pub const ACTION_PACKAGE_ADDED: &'static str[src]

pub const ACTION_PACKAGE_CHANGED: &'static str[src]

pub const ACTION_PACKAGE_DATA_CLEARED: &'static str[src]

pub const ACTION_PACKAGE_FIRST_LAUNCH: &'static str[src]

pub const ACTION_PACKAGE_FULLY_REMOVED: &'static str[src]

pub const ACTION_PACKAGE_INSTALL: &'static str[src]

pub const ACTION_PACKAGE_NEEDS_VERIFICATION: &'static str[src]

pub const ACTION_PACKAGE_REMOVED: &'static str[src]

pub const ACTION_PACKAGE_REPLACED: &'static str[src]

pub const ACTION_PACKAGE_RESTARTED: &'static str[src]

pub const ACTION_PACKAGE_VERIFIED: &'static str[src]

pub const ACTION_PASTE: &'static str[src]

pub const ACTION_PICK: &'static str[src]

pub const ACTION_PICK_ACTIVITY: &'static str[src]

pub const ACTION_POWER_CONNECTED: &'static str[src]

pub const ACTION_POWER_DISCONNECTED: &'static str[src]

pub const ACTION_POWER_USAGE_SUMMARY: &'static str[src]

pub const ACTION_PROCESS_TEXT: &'static str[src]

pub const ACTION_PROVIDER_CHANGED: &'static str[src]

pub const ACTION_QUICK_CLOCK: &'static str[src]

pub const ACTION_QUICK_VIEW: &'static str[src]

pub const ACTION_REBOOT: &'static str[src]

pub const ACTION_RUN: &'static str[src]

pub const ACTION_SCREEN_OFF: &'static str[src]

pub const ACTION_SCREEN_ON: &'static str[src]

pub const ACTION_SEARCH_LONG_PRESS: &'static str[src]

pub const ACTION_SEND: &'static str[src]

pub const ACTION_SENDTO: &'static str[src]

pub const ACTION_SEND_MULTIPLE: &'static str[src]

pub const ACTION_SET_WALLPAPER: &'static str[src]

pub const ACTION_SHOW_APP_INFO: &'static str[src]

pub const ACTION_SHUTDOWN: &'static str[src]

pub const ACTION_SYNC: &'static str[src]

pub const ACTION_SYSTEM_TUTORIAL: &'static str[src]

pub const ACTION_TIMEZONE_CHANGED: &'static str[src]

pub const ACTION_TIME_CHANGED: &'static str[src]

pub const ACTION_TIME_TICK: &'static str[src]

pub const ACTION_UID_REMOVED: &'static str[src]

pub const ACTION_UMS_CONNECTED: &'static str[src]

pub const ACTION_UMS_DISCONNECTED: &'static str[src]

pub const ACTION_UNINSTALL_PACKAGE: &'static str[src]

pub const ACTION_USER_BACKGROUND: &'static str[src]

pub const ACTION_USER_FOREGROUND: &'static str[src]

pub const ACTION_USER_INITIALIZE: &'static str[src]

pub const ACTION_USER_PRESENT: &'static str[src]

pub const ACTION_USER_UNLOCKED: &'static str[src]

pub const ACTION_VIEW: &'static str[src]

pub const ACTION_VOICE_COMMAND: &'static str[src]

pub const ACTION_WALLPAPER_CHANGED: &'static str[src]

pub const CATEGORY_ALTERNATIVE: &'static str[src]

pub const CATEGORY_APP_BROWSER: &'static str[src]

pub const CATEGORY_APP_CALCULATOR: &'static str[src]

pub const CATEGORY_APP_CALENDAR: &'static str[src]

pub const CATEGORY_APP_CONTACTS: &'static str[src]

pub const CATEGORY_APP_EMAIL: &'static str[src]

pub const CATEGORY_APP_MAPS: &'static str[src]

pub const CATEGORY_APP_MARKET: &'static str[src]

pub const CATEGORY_APP_MESSAGING: &'static str[src]

pub const CATEGORY_APP_MUSIC: &'static str[src]

pub const CATEGORY_BROWSABLE: &'static str[src]

pub const CATEGORY_CAR_DOCK: &'static str[src]

pub const CATEGORY_CAR_MODE: &'static str[src]

pub const CATEGORY_DEFAULT: &'static str[src]

pub const CATEGORY_DESK_DOCK: &'static str[src]

pub const CATEGORY_DEVELOPMENT_PREFERENCE: &'static str[src]

pub const CATEGORY_EMBED: &'static str[src]

pub const CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST: &'static str[src]

pub const CATEGORY_HE_DESK_DOCK: &'static str[src]

pub const CATEGORY_HOME: &'static str[src]

pub const CATEGORY_INFO: &'static str[src]

pub const CATEGORY_LAUNCHER: &'static str[src]

pub const CATEGORY_LEANBACK_LAUNCHER: &'static str[src]

pub const CATEGORY_LE_DESK_DOCK: &'static str[src]

pub const CATEGORY_MONKEY: &'static str[src]

pub const CATEGORY_OPENABLE: &'static str[src]

pub const CATEGORY_PREFERENCE: &'static str[src]

pub const CATEGORY_SAMPLE_CODE: &'static str[src]

pub const CATEGORY_SELECTED_ALTERNATIVE: &'static str[src]

pub const CATEGORY_TAB: &'static str[src]

pub const CATEGORY_TEST: &'static str[src]

pub const CATEGORY_TYPED_OPENABLE: &'static str[src]

pub const CATEGORY_UNIT_TEST: &'static str[src]

pub const CATEGORY_VOICE: &'static str[src]

pub const CATEGORY_VR_HOME: &'static str[src]

pub const EXTRA_ALARM_COUNT: &'static str[src]

pub const EXTRA_ALLOW_MULTIPLE: &'static str[src]

pub const EXTRA_ALLOW_REPLACE: &'static str[src]

pub const EXTRA_ALTERNATE_INTENTS: &'static str[src]

pub const EXTRA_ASSIST_CONTEXT: &'static str[src]

pub const EXTRA_ASSIST_INPUT_DEVICE_ID: &'static str[src]

pub const EXTRA_ASSIST_INPUT_HINT_KEYBOARD: &'static str[src]

pub const EXTRA_ASSIST_PACKAGE: &'static str[src]

pub const EXTRA_ASSIST_UID: &'static str[src]

pub const EXTRA_BCC: &'static str[src]

pub const EXTRA_BUG_REPORT: &'static str[src]

pub const EXTRA_CC: &'static str[src]

pub const EXTRA_CHANGED_COMPONENT_NAME: &'static str[src]

pub const EXTRA_CHANGED_COMPONENT_NAME_LIST: &'static str[src]

pub const EXTRA_CHANGED_PACKAGE_LIST: &'static str[src]

pub const EXTRA_CHANGED_UID_LIST: &'static str[src]

pub const EXTRA_CHOOSER_REFINEMENT_INTENT_SENDER: &'static str[src]

pub const EXTRA_CHOOSER_TARGETS: &'static str[src]

pub const EXTRA_CHOSEN_COMPONENT: &'static str[src]

pub const EXTRA_CHOSEN_COMPONENT_INTENT_SENDER: &'static str[src]

pub const EXTRA_COMPONENT_NAME: &'static str[src]

pub const EXTRA_CONTENT_ANNOTATIONS: &'static str[src]

pub const EXTRA_DATA_REMOVED: &'static str[src]

pub const EXTRA_DOCK_STATE: &'static str[src]

pub const EXTRA_DOCK_STATE_CAR: i32[src]

pub const EXTRA_DOCK_STATE_DESK: i32[src]

pub const EXTRA_DOCK_STATE_HE_DESK: i32[src]

pub const EXTRA_DOCK_STATE_LE_DESK: i32[src]

pub const EXTRA_DOCK_STATE_UNDOCKED: i32[src]

pub const EXTRA_DONT_KILL_APP: &'static str[src]

pub const EXTRA_EMAIL: &'static str[src]

pub const EXTRA_EXCLUDE_COMPONENTS: &'static str[src]

pub const EXTRA_FROM_STORAGE: &'static str[src]

pub const EXTRA_HTML_TEXT: &'static str[src]

pub const EXTRA_INDEX: &'static str[src]

pub const EXTRA_INITIAL_INTENTS: &'static str[src]

pub const EXTRA_INSTALLER_PACKAGE_NAME: &'static str[src]

pub const EXTRA_INTENT: &'static str[src]

pub const EXTRA_KEY_EVENT: &'static str[src]

pub const EXTRA_LOCAL_ONLY: &'static str[src]

pub const EXTRA_MIME_TYPES: &'static str[src]

pub const EXTRA_NOT_UNKNOWN_SOURCE: &'static str[src]

pub const EXTRA_ORIGINATING_URI: &'static str[src]

pub const EXTRA_PACKAGE_NAME: &'static str[src]

pub const EXTRA_PHONE_NUMBER: &'static str[src]

pub const EXTRA_PROCESS_TEXT: &'static str[src]

pub const EXTRA_PROCESS_TEXT_READONLY: &'static str[src]

pub const EXTRA_QUICK_VIEW_FEATURES: &'static str[src]

pub const EXTRA_QUIET_MODE: &'static str[src]

pub const EXTRA_REFERRER: &'static str[src]

pub const EXTRA_REFERRER_NAME: &'static str[src]

pub const EXTRA_REMOTE_INTENT_TOKEN: &'static str[src]

pub const EXTRA_REPLACEMENT_EXTRAS: &'static str[src]

pub const EXTRA_REPLACING: &'static str[src]

pub const EXTRA_RESTRICTIONS_BUNDLE: &'static str[src]

pub const EXTRA_RESTRICTIONS_INTENT: &'static str[src]

pub const EXTRA_RESTRICTIONS_LIST: &'static str[src]

pub const EXTRA_RESULT_RECEIVER: &'static str[src]

pub const EXTRA_RETURN_RESULT: &'static str[src]

pub const EXTRA_SHORTCUT_ICON: &'static str[src]

pub const EXTRA_SHORTCUT_ICON_RESOURCE: &'static str[src]

pub const EXTRA_SHORTCUT_INTENT: &'static str[src]

pub const EXTRA_SHORTCUT_NAME: &'static str[src]

pub const EXTRA_SHUTDOWN_USERSPACE_ONLY: &'static str[src]

pub const EXTRA_SPLIT_NAME: &'static str[src]

pub const EXTRA_STREAM: &'static str[src]

pub const EXTRA_SUBJECT: &'static str[src]

pub const EXTRA_SUSPENDED_PACKAGE_EXTRAS: &'static str[src]

pub const EXTRA_TEMPLATE: &'static str[src]

pub const EXTRA_TEXT: &'static str[src]

pub const EXTRA_TITLE: &'static str[src]

pub const EXTRA_UID: &'static str[src]

pub const EXTRA_USER: &'static str[src]

pub const FILL_IN_ACTION: i32[src]

pub const FILL_IN_CATEGORIES: i32[src]

pub const FILL_IN_CLIP_DATA: i32[src]

pub const FILL_IN_COMPONENT: i32[src]

pub const FILL_IN_DATA: i32[src]

pub const FILL_IN_PACKAGE: i32[src]

pub const FILL_IN_SELECTOR: i32[src]

pub const FILL_IN_SOURCE_BOUNDS: i32[src]

pub const FLAG_ACTIVITY_BROUGHT_TO_FRONT: i32[src]

pub const FLAG_ACTIVITY_CLEAR_TASK: i32[src]

pub const FLAG_ACTIVITY_CLEAR_TOP: i32[src]

pub const FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET: i32[src]

pub const FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS: i32[src]

pub const FLAG_ACTIVITY_FORWARD_RESULT: i32[src]

pub const FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY: i32[src]

pub const FLAG_ACTIVITY_LAUNCH_ADJACENT: i32[src]

pub const FLAG_ACTIVITY_MATCH_EXTERNAL: i32[src]

pub const FLAG_ACTIVITY_MULTIPLE_TASK: i32[src]

pub const FLAG_ACTIVITY_NEW_DOCUMENT: i32[src]

pub const FLAG_ACTIVITY_NEW_TASK: i32[src]

pub const FLAG_ACTIVITY_NO_ANIMATION: i32[src]

pub const FLAG_ACTIVITY_NO_HISTORY: i32[src]

pub const FLAG_ACTIVITY_NO_USER_ACTION: i32[src]

pub const FLAG_ACTIVITY_PREVIOUS_IS_TOP: i32[src]

pub const FLAG_ACTIVITY_REORDER_TO_FRONT: i32[src]

pub const FLAG_ACTIVITY_RESET_TASK_IF_NEEDED: i32[src]

pub const FLAG_ACTIVITY_RETAIN_IN_RECENTS: i32[src]

pub const FLAG_ACTIVITY_SINGLE_TOP: i32[src]

pub const FLAG_ACTIVITY_TASK_ON_HOME: i32[src]

pub const FLAG_DEBUG_LOG_RESOLUTION: i32[src]

pub const FLAG_EXCLUDE_STOPPED_PACKAGES: i32[src]

pub const FLAG_FROM_BACKGROUND: i32[src]

pub const FLAG_GRANT_PERSISTABLE_URI_PERMISSION: i32[src]

pub const FLAG_GRANT_PREFIX_URI_PERMISSION: i32[src]

pub const FLAG_GRANT_READ_URI_PERMISSION: i32[src]

pub const FLAG_GRANT_WRITE_URI_PERMISSION: i32[src]

pub const FLAG_INCLUDE_STOPPED_PACKAGES: i32[src]

pub const FLAG_RECEIVER_FOREGROUND: i32[src]

pub const FLAG_RECEIVER_NO_ABORT: i32[src]

pub const FLAG_RECEIVER_REGISTERED_ONLY: i32[src]

pub const FLAG_RECEIVER_REPLACE_PENDING: i32[src]

pub const FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS: i32[src]

pub const METADATA_DOCK_HOME: &'static str[src]

pub const URI_ALLOW_UNSAFE: i32[src]

pub const URI_ANDROID_APP_SCHEME: i32[src]

pub const URI_INTENT_SCHEME: i32[src]

Trait Implementations

impl AsJValue for LabeledIntent

impl AsValidJObjectAndEnv for LabeledIntent

impl Deref for LabeledIntent

type Target = Intent

The resulting type after dereferencing.

impl JniType for LabeledIntent

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.