[]Struct jni_android_sys::android::content::Intent

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

public class Intent

Required feature: "android-content-Intent"

Methods

impl Intent

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

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

Intent

Required features: "android-content-Intent"

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

Intent

Required features: "java-lang-String"

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

Intent

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

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

Intent

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

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

Intent

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

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

createChooser

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

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

createChooser

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

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 makeMainActivity<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ComponentName>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

makeMainActivity

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

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

makeMainSelectorActivity

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

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

makeRestartActivityTask

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

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

Deprecated

getIntent

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

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

parseUri

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

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

getIntentOld

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

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 fn parseIntent<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Resources>>,
    arg1: impl Into<Option<&'env XmlPullParser>>,
    arg2: impl Into<Option<&'env AttributeSet>>
) -> Result<Option<Local<'env, Intent>>, Local<'env, Throwable>>
[src]

parseIntent

Required features: "android-content-Intent", "android-content-res-Resources", "android-util-AttributeSet", "org-xmlpull-v1-XmlPullParser"

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

normalizeMimeType

Required features: "java-lang-String"

pub const ACTION_AIRPLANE_MODE_CHANGED: &'static str[src]

public static final ACTION_AIRPLANE_MODE_CHANGED

pub const ACTION_ALL_APPS: &'static str[src]

public static final ACTION_ALL_APPS

pub const ACTION_ANSWER: &'static str[src]

public static final ACTION_ANSWER

pub const ACTION_APPLICATION_PREFERENCES: &'static str[src]

public static final ACTION_APPLICATION_PREFERENCES

pub const ACTION_APPLICATION_RESTRICTIONS_CHANGED: &'static str[src]

pub const ACTION_APP_ERROR: &'static str[src]

public static final ACTION_APP_ERROR

pub const ACTION_ASSIST: &'static str[src]

public static final ACTION_ASSIST

pub const ACTION_ATTACH_DATA: &'static str[src]

public static final ACTION_ATTACH_DATA

pub const ACTION_BATTERY_CHANGED: &'static str[src]

public static final ACTION_BATTERY_CHANGED

pub const ACTION_BATTERY_LOW: &'static str[src]

public static final ACTION_BATTERY_LOW

pub const ACTION_BATTERY_OKAY: &'static str[src]

public static final ACTION_BATTERY_OKAY

pub const ACTION_BOOT_COMPLETED: &'static str[src]

public static final ACTION_BOOT_COMPLETED

pub const ACTION_BUG_REPORT: &'static str[src]

public static final ACTION_BUG_REPORT

pub const ACTION_CALL: &'static str[src]

public static final ACTION_CALL

pub const ACTION_CALL_BUTTON: &'static str[src]

public static final ACTION_CALL_BUTTON

pub const ACTION_CAMERA_BUTTON: &'static str[src]

public static final ACTION_CAMERA_BUTTON

pub const ACTION_CARRIER_SETUP: &'static str[src]

public static final ACTION_CARRIER_SETUP

pub const ACTION_CHOOSER: &'static str[src]

public static final ACTION_CHOOSER

pub const ACTION_CLOSE_SYSTEM_DIALOGS: &'static str[src]

public static final ACTION_CLOSE_SYSTEM_DIALOGS

pub const ACTION_CONFIGURATION_CHANGED: &'static str[src]

public static final ACTION_CONFIGURATION_CHANGED

pub const ACTION_CREATE_DOCUMENT: &'static str[src]

public static final ACTION_CREATE_DOCUMENT

pub const ACTION_CREATE_SHORTCUT: &'static str[src]

public static final ACTION_CREATE_SHORTCUT

pub const ACTION_DATE_CHANGED: &'static str[src]

public static final ACTION_DATE_CHANGED

pub const ACTION_DEFAULT: &'static str[src]

public static final ACTION_DEFAULT

pub const ACTION_DELETE: &'static str[src]

public static final ACTION_DELETE

pub const ACTION_DEVICE_STORAGE_LOW: &'static str[src]

Deprecated

public static final ACTION_DEVICE_STORAGE_LOW

pub const ACTION_DEVICE_STORAGE_OK: &'static str[src]

Deprecated

public static final ACTION_DEVICE_STORAGE_OK

pub const ACTION_DIAL: &'static str[src]

public static final ACTION_DIAL

pub const ACTION_DOCK_EVENT: &'static str[src]

public static final ACTION_DOCK_EVENT

pub const ACTION_DREAMING_STARTED: &'static str[src]

public static final ACTION_DREAMING_STARTED

pub const ACTION_DREAMING_STOPPED: &'static str[src]

public static final ACTION_DREAMING_STOPPED

pub const ACTION_EDIT: &'static str[src]

public static final ACTION_EDIT

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]

public static final ACTION_FACTORY_TEST

pub const ACTION_GET_CONTENT: &'static str[src]

public static final ACTION_GET_CONTENT

pub const ACTION_GET_RESTRICTION_ENTRIES: &'static str[src]

public static final ACTION_GET_RESTRICTION_ENTRIES

pub const ACTION_GTALK_SERVICE_CONNECTED: &'static str[src]

public static final ACTION_GTALK_SERVICE_CONNECTED

pub const ACTION_GTALK_SERVICE_DISCONNECTED: &'static str[src]

pub const ACTION_HEADSET_PLUG: &'static str[src]

public static final ACTION_HEADSET_PLUG

pub const ACTION_INPUT_METHOD_CHANGED: &'static str[src]

public static final ACTION_INPUT_METHOD_CHANGED

pub const ACTION_INSERT: &'static str[src]

public static final ACTION_INSERT

pub const ACTION_INSERT_OR_EDIT: &'static str[src]

public static final ACTION_INSERT_OR_EDIT

pub const ACTION_INSTALL_FAILURE: &'static str[src]

public static final ACTION_INSTALL_FAILURE

pub const ACTION_INSTALL_PACKAGE: &'static str[src]

public static final ACTION_INSTALL_PACKAGE

pub const ACTION_LOCALE_CHANGED: &'static str[src]

public static final ACTION_LOCALE_CHANGED

pub const ACTION_LOCKED_BOOT_COMPLETED: &'static str[src]

public static final ACTION_LOCKED_BOOT_COMPLETED

pub const ACTION_MAIN: &'static str[src]

public static final ACTION_MAIN

pub const ACTION_MANAGED_PROFILE_ADDED: &'static str[src]

public static final ACTION_MANAGED_PROFILE_ADDED

pub const ACTION_MANAGED_PROFILE_AVAILABLE: &'static str[src]

pub const ACTION_MANAGED_PROFILE_REMOVED: &'static str[src]

public static final ACTION_MANAGED_PROFILE_REMOVED

pub const ACTION_MANAGED_PROFILE_UNAVAILABLE: &'static str[src]

pub const ACTION_MANAGED_PROFILE_UNLOCKED: &'static str[src]

public static final ACTION_MANAGED_PROFILE_UNLOCKED

pub const ACTION_MANAGE_NETWORK_USAGE: &'static str[src]

public static final ACTION_MANAGE_NETWORK_USAGE

pub const ACTION_MANAGE_PACKAGE_STORAGE: &'static str[src]

public static final ACTION_MANAGE_PACKAGE_STORAGE

pub const ACTION_MEDIA_BAD_REMOVAL: &'static str[src]

public static final ACTION_MEDIA_BAD_REMOVAL

pub const ACTION_MEDIA_BUTTON: &'static str[src]

public static final ACTION_MEDIA_BUTTON

pub const ACTION_MEDIA_CHECKING: &'static str[src]

public static final ACTION_MEDIA_CHECKING

pub const ACTION_MEDIA_EJECT: &'static str[src]

public static final ACTION_MEDIA_EJECT

pub const ACTION_MEDIA_MOUNTED: &'static str[src]

public static final ACTION_MEDIA_MOUNTED

pub const ACTION_MEDIA_NOFS: &'static str[src]

public static final ACTION_MEDIA_NOFS

pub const ACTION_MEDIA_REMOVED: &'static str[src]

public static final ACTION_MEDIA_REMOVED

pub const ACTION_MEDIA_SCANNER_FINISHED: &'static str[src]

public static final ACTION_MEDIA_SCANNER_FINISHED

pub const ACTION_MEDIA_SCANNER_SCAN_FILE: &'static str[src]

public static final ACTION_MEDIA_SCANNER_SCAN_FILE

pub const ACTION_MEDIA_SCANNER_STARTED: &'static str[src]

public static final ACTION_MEDIA_SCANNER_STARTED

pub const ACTION_MEDIA_SHARED: &'static str[src]

public static final ACTION_MEDIA_SHARED

pub const ACTION_MEDIA_UNMOUNTABLE: &'static str[src]

public static final ACTION_MEDIA_UNMOUNTABLE

pub const ACTION_MEDIA_UNMOUNTED: &'static str[src]

public static final ACTION_MEDIA_UNMOUNTED

pub const ACTION_MY_PACKAGE_REPLACED: &'static str[src]

public static final ACTION_MY_PACKAGE_REPLACED

pub const ACTION_MY_PACKAGE_SUSPENDED: &'static str[src]

public static final ACTION_MY_PACKAGE_SUSPENDED

pub const ACTION_MY_PACKAGE_UNSUSPENDED: &'static str[src]

public static final ACTION_MY_PACKAGE_UNSUSPENDED

pub const ACTION_NEW_OUTGOING_CALL: &'static str[src]

public static final ACTION_NEW_OUTGOING_CALL

pub const ACTION_OPEN_DOCUMENT: &'static str[src]

public static final ACTION_OPEN_DOCUMENT

pub const ACTION_OPEN_DOCUMENT_TREE: &'static str[src]

public static final ACTION_OPEN_DOCUMENT_TREE

pub const ACTION_PACKAGES_SUSPENDED: &'static str[src]

public static final ACTION_PACKAGES_SUSPENDED

pub const ACTION_PACKAGES_UNSUSPENDED: &'static str[src]

public static final ACTION_PACKAGES_UNSUSPENDED

pub const ACTION_PACKAGE_ADDED: &'static str[src]

public static final ACTION_PACKAGE_ADDED

pub const ACTION_PACKAGE_CHANGED: &'static str[src]

public static final ACTION_PACKAGE_CHANGED

pub const ACTION_PACKAGE_DATA_CLEARED: &'static str[src]

public static final ACTION_PACKAGE_DATA_CLEARED

pub const ACTION_PACKAGE_FIRST_LAUNCH: &'static str[src]

public static final ACTION_PACKAGE_FIRST_LAUNCH

pub const ACTION_PACKAGE_FULLY_REMOVED: &'static str[src]

public static final ACTION_PACKAGE_FULLY_REMOVED

pub const ACTION_PACKAGE_INSTALL: &'static str[src]

Deprecated

public static final ACTION_PACKAGE_INSTALL

pub const ACTION_PACKAGE_NEEDS_VERIFICATION: &'static str[src]

pub const ACTION_PACKAGE_REMOVED: &'static str[src]

public static final ACTION_PACKAGE_REMOVED

pub const ACTION_PACKAGE_REPLACED: &'static str[src]

public static final ACTION_PACKAGE_REPLACED

pub const ACTION_PACKAGE_RESTARTED: &'static str[src]

public static final ACTION_PACKAGE_RESTARTED

pub const ACTION_PACKAGE_VERIFIED: &'static str[src]

public static final ACTION_PACKAGE_VERIFIED

pub const ACTION_PASTE: &'static str[src]

public static final ACTION_PASTE

pub const ACTION_PICK: &'static str[src]

public static final ACTION_PICK

pub const ACTION_PICK_ACTIVITY: &'static str[src]

public static final ACTION_PICK_ACTIVITY

pub const ACTION_POWER_CONNECTED: &'static str[src]

public static final ACTION_POWER_CONNECTED

pub const ACTION_POWER_DISCONNECTED: &'static str[src]

public static final ACTION_POWER_DISCONNECTED

pub const ACTION_POWER_USAGE_SUMMARY: &'static str[src]

public static final ACTION_POWER_USAGE_SUMMARY

pub const ACTION_PROCESS_TEXT: &'static str[src]

public static final ACTION_PROCESS_TEXT

pub const ACTION_PROVIDER_CHANGED: &'static str[src]

public static final ACTION_PROVIDER_CHANGED

pub const ACTION_QUICK_CLOCK: &'static str[src]

public static final ACTION_QUICK_CLOCK

pub const ACTION_QUICK_VIEW: &'static str[src]

public static final ACTION_QUICK_VIEW

pub const ACTION_REBOOT: &'static str[src]

public static final ACTION_REBOOT

pub const ACTION_RUN: &'static str[src]

public static final ACTION_RUN

pub const ACTION_SCREEN_OFF: &'static str[src]

public static final ACTION_SCREEN_OFF

pub const ACTION_SCREEN_ON: &'static str[src]

public static final ACTION_SCREEN_ON

public static final ACTION_SEARCH

pub const ACTION_SEARCH_LONG_PRESS: &'static str[src]

public static final ACTION_SEARCH_LONG_PRESS

pub const ACTION_SEND: &'static str[src]

public static final ACTION_SEND

pub const ACTION_SENDTO: &'static str[src]

public static final ACTION_SENDTO

pub const ACTION_SEND_MULTIPLE: &'static str[src]

public static final ACTION_SEND_MULTIPLE

pub const ACTION_SET_WALLPAPER: &'static str[src]

public static final ACTION_SET_WALLPAPER

pub const ACTION_SHOW_APP_INFO: &'static str[src]

public static final ACTION_SHOW_APP_INFO

pub const ACTION_SHUTDOWN: &'static str[src]

public static final ACTION_SHUTDOWN

pub const ACTION_SYNC: &'static str[src]

public static final ACTION_SYNC

pub const ACTION_SYSTEM_TUTORIAL: &'static str[src]

public static final ACTION_SYSTEM_TUTORIAL

pub const ACTION_TIMEZONE_CHANGED: &'static str[src]

public static final ACTION_TIMEZONE_CHANGED

pub const ACTION_TIME_CHANGED: &'static str[src]

public static final ACTION_TIME_CHANGED

pub const ACTION_TIME_TICK: &'static str[src]

public static final ACTION_TIME_TICK

pub const ACTION_UID_REMOVED: &'static str[src]

public static final ACTION_UID_REMOVED

pub const ACTION_UMS_CONNECTED: &'static str[src]

Deprecated

public static final ACTION_UMS_CONNECTED

pub const ACTION_UMS_DISCONNECTED: &'static str[src]

Deprecated

public static final ACTION_UMS_DISCONNECTED

pub const ACTION_UNINSTALL_PACKAGE: &'static str[src]

public static final ACTION_UNINSTALL_PACKAGE

pub const ACTION_USER_BACKGROUND: &'static str[src]

public static final ACTION_USER_BACKGROUND

pub const ACTION_USER_FOREGROUND: &'static str[src]

public static final ACTION_USER_FOREGROUND

pub const ACTION_USER_INITIALIZE: &'static str[src]

public static final ACTION_USER_INITIALIZE

pub const ACTION_USER_PRESENT: &'static str[src]

public static final ACTION_USER_PRESENT

pub const ACTION_USER_UNLOCKED: &'static str[src]

public static final ACTION_USER_UNLOCKED

pub const ACTION_VIEW: &'static str[src]

public static final ACTION_VIEW

pub const ACTION_VOICE_COMMAND: &'static str[src]

public static final ACTION_VOICE_COMMAND

pub const ACTION_WALLPAPER_CHANGED: &'static str[src]

Deprecated

public static final ACTION_WALLPAPER_CHANGED

public static final ACTION_WEB_SEARCH

pub const CATEGORY_ALTERNATIVE: &'static str[src]

public static final CATEGORY_ALTERNATIVE

pub const CATEGORY_APP_BROWSER: &'static str[src]

public static final CATEGORY_APP_BROWSER

pub const CATEGORY_APP_CALCULATOR: &'static str[src]

public static final CATEGORY_APP_CALCULATOR

pub const CATEGORY_APP_CALENDAR: &'static str[src]

public static final CATEGORY_APP_CALENDAR

pub const CATEGORY_APP_CONTACTS: &'static str[src]

public static final CATEGORY_APP_CONTACTS

pub const CATEGORY_APP_EMAIL: &'static str[src]

public static final CATEGORY_APP_EMAIL

public static final CATEGORY_APP_GALLERY

pub const CATEGORY_APP_MAPS: &'static str[src]

public static final CATEGORY_APP_MAPS

pub const CATEGORY_APP_MARKET: &'static str[src]

public static final CATEGORY_APP_MARKET

pub const CATEGORY_APP_MESSAGING: &'static str[src]

public static final CATEGORY_APP_MESSAGING

pub const CATEGORY_APP_MUSIC: &'static str[src]

public static final CATEGORY_APP_MUSIC

pub const CATEGORY_BROWSABLE: &'static str[src]

public static final CATEGORY_BROWSABLE

pub const CATEGORY_CAR_DOCK: &'static str[src]

public static final CATEGORY_CAR_DOCK

pub const CATEGORY_CAR_MODE: &'static str[src]

public static final CATEGORY_CAR_MODE

pub const CATEGORY_DEFAULT: &'static str[src]

public static final CATEGORY_DEFAULT

pub const CATEGORY_DESK_DOCK: &'static str[src]

public static final CATEGORY_DESK_DOCK

pub const CATEGORY_DEVELOPMENT_PREFERENCE: &'static str[src]

public static final CATEGORY_DEVELOPMENT_PREFERENCE

pub const CATEGORY_EMBED: &'static str[src]

public static final CATEGORY_EMBED

pub const CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST: &'static str[src]

pub const CATEGORY_HE_DESK_DOCK: &'static str[src]

public static final CATEGORY_HE_DESK_DOCK

pub const CATEGORY_HOME: &'static str[src]

public static final CATEGORY_HOME

pub const CATEGORY_INFO: &'static str[src]

public static final CATEGORY_INFO

pub const CATEGORY_LAUNCHER: &'static str[src]

public static final CATEGORY_LAUNCHER

pub const CATEGORY_LEANBACK_LAUNCHER: &'static str[src]

public static final CATEGORY_LEANBACK_LAUNCHER

pub const CATEGORY_LE_DESK_DOCK: &'static str[src]

public static final CATEGORY_LE_DESK_DOCK

pub const CATEGORY_MONKEY: &'static str[src]

public static final CATEGORY_MONKEY

pub const CATEGORY_OPENABLE: &'static str[src]

public static final CATEGORY_OPENABLE

pub const CATEGORY_PREFERENCE: &'static str[src]

public static final CATEGORY_PREFERENCE

pub const CATEGORY_SAMPLE_CODE: &'static str[src]

public static final CATEGORY_SAMPLE_CODE

pub const CATEGORY_SELECTED_ALTERNATIVE: &'static str[src]

public static final CATEGORY_SELECTED_ALTERNATIVE

pub const CATEGORY_TAB: &'static str[src]

public static final CATEGORY_TAB

pub const CATEGORY_TEST: &'static str[src]

public static final CATEGORY_TEST

pub const CATEGORY_TYPED_OPENABLE: &'static str[src]

public static final CATEGORY_TYPED_OPENABLE

pub const CATEGORY_UNIT_TEST: &'static str[src]

public static final CATEGORY_UNIT_TEST

pub const CATEGORY_VOICE: &'static str[src]

public static final CATEGORY_VOICE

pub const CATEGORY_VR_HOME: &'static str[src]

public static final CATEGORY_VR_HOME

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

get public static final CREATOR

Required feature: "android-os-Parcelable_Creator"

pub const EXTRA_ALARM_COUNT: &'static str[src]

public static final EXTRA_ALARM_COUNT

pub const EXTRA_ALLOW_MULTIPLE: &'static str[src]

public static final EXTRA_ALLOW_MULTIPLE

pub const EXTRA_ALLOW_REPLACE: &'static str[src]

Deprecated

public static final EXTRA_ALLOW_REPLACE

pub const EXTRA_ALTERNATE_INTENTS: &'static str[src]

public static final EXTRA_ALTERNATE_INTENTS

pub const EXTRA_ASSIST_CONTEXT: &'static str[src]

public static final EXTRA_ASSIST_CONTEXT

pub const EXTRA_ASSIST_INPUT_DEVICE_ID: &'static str[src]

public static final EXTRA_ASSIST_INPUT_DEVICE_ID

pub const EXTRA_ASSIST_INPUT_HINT_KEYBOARD: &'static str[src]

pub const EXTRA_ASSIST_PACKAGE: &'static str[src]

public static final EXTRA_ASSIST_PACKAGE

pub const EXTRA_ASSIST_UID: &'static str[src]

public static final EXTRA_ASSIST_UID

pub const EXTRA_BCC: &'static str[src]

public static final EXTRA_BCC

pub const EXTRA_BUG_REPORT: &'static str[src]

public static final EXTRA_BUG_REPORT

pub const EXTRA_CC: &'static str[src]

public static final EXTRA_CC

pub const EXTRA_CHANGED_COMPONENT_NAME: &'static str[src]

Deprecated

public static final EXTRA_CHANGED_COMPONENT_NAME

pub const EXTRA_CHANGED_COMPONENT_NAME_LIST: &'static str[src]

pub const EXTRA_CHANGED_PACKAGE_LIST: &'static str[src]

public static final EXTRA_CHANGED_PACKAGE_LIST

pub const EXTRA_CHANGED_UID_LIST: &'static str[src]

public static final EXTRA_CHANGED_UID_LIST

pub const EXTRA_CHOOSER_REFINEMENT_INTENT_SENDER: &'static str[src]

pub const EXTRA_CHOOSER_TARGETS: &'static str[src]

public static final EXTRA_CHOOSER_TARGETS

pub const EXTRA_CHOSEN_COMPONENT: &'static str[src]

public static final EXTRA_CHOSEN_COMPONENT

pub const EXTRA_CHOSEN_COMPONENT_INTENT_SENDER: &'static str[src]

pub const EXTRA_COMPONENT_NAME: &'static str[src]

public static final EXTRA_COMPONENT_NAME

pub const EXTRA_CONTENT_ANNOTATIONS: &'static str[src]

public static final EXTRA_CONTENT_ANNOTATIONS

pub const EXTRA_DATA_REMOVED: &'static str[src]

public static final EXTRA_DATA_REMOVED

pub const EXTRA_DOCK_STATE: &'static str[src]

public static final EXTRA_DOCK_STATE

pub const EXTRA_DOCK_STATE_CAR: i32[src]

public static final EXTRA_DOCK_STATE_CAR

pub const EXTRA_DOCK_STATE_DESK: i32[src]

public static final EXTRA_DOCK_STATE_DESK

pub const EXTRA_DOCK_STATE_HE_DESK: i32[src]

public static final EXTRA_DOCK_STATE_HE_DESK

pub const EXTRA_DOCK_STATE_LE_DESK: i32[src]

public static final EXTRA_DOCK_STATE_LE_DESK

pub const EXTRA_DOCK_STATE_UNDOCKED: i32[src]

public static final EXTRA_DOCK_STATE_UNDOCKED

pub const EXTRA_DONT_KILL_APP: &'static str[src]

public static final EXTRA_DONT_KILL_APP

pub const EXTRA_EMAIL: &'static str[src]

public static final EXTRA_EMAIL

pub const EXTRA_EXCLUDE_COMPONENTS: &'static str[src]

public static final EXTRA_EXCLUDE_COMPONENTS

pub const EXTRA_FROM_STORAGE: &'static str[src]

public static final EXTRA_FROM_STORAGE

pub const EXTRA_HTML_TEXT: &'static str[src]

public static final EXTRA_HTML_TEXT

pub const EXTRA_INDEX: &'static str[src]

public static final EXTRA_INDEX

pub const EXTRA_INITIAL_INTENTS: &'static str[src]

public static final EXTRA_INITIAL_INTENTS

pub const EXTRA_INSTALLER_PACKAGE_NAME: &'static str[src]

public static final EXTRA_INSTALLER_PACKAGE_NAME

pub const EXTRA_INTENT: &'static str[src]

public static final EXTRA_INTENT

pub const EXTRA_KEY_EVENT: &'static str[src]

public static final EXTRA_KEY_EVENT

pub const EXTRA_LOCAL_ONLY: &'static str[src]

public static final EXTRA_LOCAL_ONLY

pub const EXTRA_MIME_TYPES: &'static str[src]

public static final EXTRA_MIME_TYPES

pub const EXTRA_NOT_UNKNOWN_SOURCE: &'static str[src]

public static final EXTRA_NOT_UNKNOWN_SOURCE

pub const EXTRA_ORIGINATING_URI: &'static str[src]

public static final EXTRA_ORIGINATING_URI

pub const EXTRA_PACKAGE_NAME: &'static str[src]

public static final EXTRA_PACKAGE_NAME

pub const EXTRA_PHONE_NUMBER: &'static str[src]

public static final EXTRA_PHONE_NUMBER

pub const EXTRA_PROCESS_TEXT: &'static str[src]

public static final EXTRA_PROCESS_TEXT

pub const EXTRA_PROCESS_TEXT_READONLY: &'static str[src]

public static final EXTRA_PROCESS_TEXT_READONLY

pub const EXTRA_QUICK_VIEW_FEATURES: &'static str[src]

public static final EXTRA_QUICK_VIEW_FEATURES

pub const EXTRA_QUIET_MODE: &'static str[src]

public static final EXTRA_QUIET_MODE

pub const EXTRA_REFERRER: &'static str[src]

public static final EXTRA_REFERRER

pub const EXTRA_REFERRER_NAME: &'static str[src]

public static final EXTRA_REFERRER_NAME

pub const EXTRA_REMOTE_INTENT_TOKEN: &'static str[src]

public static final EXTRA_REMOTE_INTENT_TOKEN

pub const EXTRA_REPLACEMENT_EXTRAS: &'static str[src]

public static final EXTRA_REPLACEMENT_EXTRAS

pub const EXTRA_REPLACING: &'static str[src]

public static final EXTRA_REPLACING

pub const EXTRA_RESTRICTIONS_BUNDLE: &'static str[src]

public static final EXTRA_RESTRICTIONS_BUNDLE

pub const EXTRA_RESTRICTIONS_INTENT: &'static str[src]

public static final EXTRA_RESTRICTIONS_INTENT

pub const EXTRA_RESTRICTIONS_LIST: &'static str[src]

public static final EXTRA_RESTRICTIONS_LIST

pub const EXTRA_RESULT_RECEIVER: &'static str[src]

public static final EXTRA_RESULT_RECEIVER

pub const EXTRA_RETURN_RESULT: &'static str[src]

public static final EXTRA_RETURN_RESULT

pub const EXTRA_SHORTCUT_ICON: &'static str[src]

Deprecated

public static final EXTRA_SHORTCUT_ICON

pub const EXTRA_SHORTCUT_ICON_RESOURCE: &'static str[src]

Deprecated

public static final EXTRA_SHORTCUT_ICON_RESOURCE

pub const EXTRA_SHORTCUT_INTENT: &'static str[src]

Deprecated

public static final EXTRA_SHORTCUT_INTENT

pub const EXTRA_SHORTCUT_NAME: &'static str[src]

Deprecated

public static final EXTRA_SHORTCUT_NAME

pub const EXTRA_SHUTDOWN_USERSPACE_ONLY: &'static str[src]

public static final EXTRA_SHUTDOWN_USERSPACE_ONLY

pub const EXTRA_SPLIT_NAME: &'static str[src]

public static final EXTRA_SPLIT_NAME

pub const EXTRA_STREAM: &'static str[src]

public static final EXTRA_STREAM

pub const EXTRA_SUBJECT: &'static str[src]

public static final EXTRA_SUBJECT

pub const EXTRA_SUSPENDED_PACKAGE_EXTRAS: &'static str[src]

public static final EXTRA_SUSPENDED_PACKAGE_EXTRAS

pub const EXTRA_TEMPLATE: &'static str[src]

public static final EXTRA_TEMPLATE

pub const EXTRA_TEXT: &'static str[src]

public static final EXTRA_TEXT

pub const EXTRA_TITLE: &'static str[src]

public static final EXTRA_TITLE

pub const EXTRA_UID: &'static str[src]

public static final EXTRA_UID

pub const EXTRA_USER: &'static str[src]

public static final EXTRA_USER

pub const FILL_IN_ACTION: i32[src]

public static final FILL_IN_ACTION

pub const FILL_IN_CATEGORIES: i32[src]

public static final FILL_IN_CATEGORIES

pub const FILL_IN_CLIP_DATA: i32[src]

public static final FILL_IN_CLIP_DATA

pub const FILL_IN_COMPONENT: i32[src]

public static final FILL_IN_COMPONENT

pub const FILL_IN_DATA: i32[src]

public static final FILL_IN_DATA

pub const FILL_IN_PACKAGE: i32[src]

public static final FILL_IN_PACKAGE

pub const FILL_IN_SELECTOR: i32[src]

public static final FILL_IN_SELECTOR

pub const FILL_IN_SOURCE_BOUNDS: i32[src]

public static final FILL_IN_SOURCE_BOUNDS

pub const FLAG_ACTIVITY_BROUGHT_TO_FRONT: i32[src]

public static final FLAG_ACTIVITY_BROUGHT_TO_FRONT

pub const FLAG_ACTIVITY_CLEAR_TASK: i32[src]

public static final FLAG_ACTIVITY_CLEAR_TASK

pub const FLAG_ACTIVITY_CLEAR_TOP: i32[src]

public static final FLAG_ACTIVITY_CLEAR_TOP

pub const FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET: i32[src]

Deprecated

pub const FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS: i32[src]

pub const FLAG_ACTIVITY_FORWARD_RESULT: i32[src]

public static final FLAG_ACTIVITY_FORWARD_RESULT

pub const FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY: i32[src]

pub const FLAG_ACTIVITY_LAUNCH_ADJACENT: i32[src]

public static final FLAG_ACTIVITY_LAUNCH_ADJACENT

pub const FLAG_ACTIVITY_MATCH_EXTERNAL: i32[src]

public static final FLAG_ACTIVITY_MATCH_EXTERNAL

pub const FLAG_ACTIVITY_MULTIPLE_TASK: i32[src]

public static final FLAG_ACTIVITY_MULTIPLE_TASK

pub const FLAG_ACTIVITY_NEW_DOCUMENT: i32[src]

public static final FLAG_ACTIVITY_NEW_DOCUMENT

pub const FLAG_ACTIVITY_NEW_TASK: i32[src]

public static final FLAG_ACTIVITY_NEW_TASK

pub const FLAG_ACTIVITY_NO_ANIMATION: i32[src]

public static final FLAG_ACTIVITY_NO_ANIMATION

pub const FLAG_ACTIVITY_NO_HISTORY: i32[src]

public static final FLAG_ACTIVITY_NO_HISTORY

pub const FLAG_ACTIVITY_NO_USER_ACTION: i32[src]

public static final FLAG_ACTIVITY_NO_USER_ACTION

pub const FLAG_ACTIVITY_PREVIOUS_IS_TOP: i32[src]

public static final FLAG_ACTIVITY_PREVIOUS_IS_TOP

pub const FLAG_ACTIVITY_REORDER_TO_FRONT: i32[src]

public static final FLAG_ACTIVITY_REORDER_TO_FRONT

pub const FLAG_ACTIVITY_RESET_TASK_IF_NEEDED: i32[src]

pub const FLAG_ACTIVITY_RETAIN_IN_RECENTS: i32[src]

public static final FLAG_ACTIVITY_RETAIN_IN_RECENTS

pub const FLAG_ACTIVITY_SINGLE_TOP: i32[src]

public static final FLAG_ACTIVITY_SINGLE_TOP

pub const FLAG_ACTIVITY_TASK_ON_HOME: i32[src]

public static final FLAG_ACTIVITY_TASK_ON_HOME

pub const FLAG_DEBUG_LOG_RESOLUTION: i32[src]

public static final FLAG_DEBUG_LOG_RESOLUTION

pub const FLAG_EXCLUDE_STOPPED_PACKAGES: i32[src]

public static final FLAG_EXCLUDE_STOPPED_PACKAGES

pub const FLAG_FROM_BACKGROUND: i32[src]

public static final FLAG_FROM_BACKGROUND

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]

public static final FLAG_GRANT_READ_URI_PERMISSION

pub const FLAG_GRANT_WRITE_URI_PERMISSION: i32[src]

public static final FLAG_GRANT_WRITE_URI_PERMISSION

pub const FLAG_INCLUDE_STOPPED_PACKAGES: i32[src]

public static final FLAG_INCLUDE_STOPPED_PACKAGES

pub const FLAG_RECEIVER_FOREGROUND: i32[src]

public static final FLAG_RECEIVER_FOREGROUND

pub const FLAG_RECEIVER_NO_ABORT: i32[src]

public static final FLAG_RECEIVER_NO_ABORT

pub const FLAG_RECEIVER_REGISTERED_ONLY: i32[src]

public static final FLAG_RECEIVER_REGISTERED_ONLY

pub const FLAG_RECEIVER_REPLACE_PENDING: i32[src]

public static final FLAG_RECEIVER_REPLACE_PENDING

pub const FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS: i32[src]

pub const METADATA_DOCK_HOME: &'static str[src]

public static final METADATA_DOCK_HOME

pub const URI_ALLOW_UNSAFE: i32[src]

public static final URI_ALLOW_UNSAFE

pub const URI_ANDROID_APP_SCHEME: i32[src]

public static final URI_ANDROID_APP_SCHEME

pub const URI_INTENT_SCHEME: i32[src]

public static final URI_INTENT_SCHEME

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 Intent

impl AsRef<Cloneable> for Intent

impl AsRef<Parcelable> for Intent

impl AsValidJObjectAndEnv for Intent

impl Deref for Intent

type Target = Object

The resulting type after dereferencing.

impl JniType for Intent

Auto Trait Implementations

impl RefUnwindSafe for Intent

impl !Send for Intent

impl !Sync for Intent

impl Unpin for Intent

impl UnwindSafe for Intent

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.