[−]Struct jni_android_sys::android::content::Intent
public class Intent
Required feature: android-content-Intent
Methods
impl Intent
pub fn new<'env>(__jni_env: &'env Env) -> Result<Local<'env, Intent>>[src]
pub fn new_intent<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env Intent>>
) -> Result<Local<'env, Intent>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env Intent>>
) -> Result<Local<'env, 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>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>
) -> Result<Local<'env, 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>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env Uri>>
) -> Result<Local<'env, 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>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env Context>>,
arg1: impl Into<Option<&'env Class>>
) -> Result<Local<'env, 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>>[src]
__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>>
Required features: "android-content-Context", "android-net-Uri", "java-lang-Class", "java-lang-String"
pub fn create_chooser_intent_char_sequence<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env Intent>>,
arg1: impl Into<Option<&'env CharSequence>>
) -> Result<Option<Local<'env, Intent>>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env Intent>>,
arg1: impl Into<Option<&'env CharSequence>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-CharSequence"
pub fn create_chooser_intent_char_sequence_intent_sender<'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>>>[src]
__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>>>
Required features: "android-content-Intent", "android-content-IntentSender", "java-lang-CharSequence"
pub fn clone<'env>(&'env self) -> Result<Option<Local<'env, Object>>>[src]
Required features: "java-lang-Object"
pub fn clone_filter<'env>(&'env self) -> Result<Option<Local<'env, Intent>>>[src]
Required features: "android-content-Intent"
pub fn make_main_activity<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env ComponentName>>
) -> Result<Option<Local<'env, Intent>>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env ComponentName>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-ComponentName", "android-content-Intent"
pub fn make_main_selector_activity<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn make_restart_activity_task<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env ComponentName>>
) -> Result<Option<Local<'env, Intent>>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env ComponentName>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-ComponentName", "android-content-Intent"
pub fn get_intent<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn parse_uri<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>,
arg1: i32
) -> Result<Option<Local<'env, Intent>>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>,
arg1: i32
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn get_intent_old<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn get_action<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
Required features: "java-lang-String"
pub fn get_data<'env>(&'env self) -> Result<Option<Local<'env, Uri>>>[src]
Required features: "android-net-Uri"
pub fn get_data_string<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
Required features: "java-lang-String"
pub fn get_scheme<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
Required features: "java-lang-String"
pub fn get_type<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
Required features: "java-lang-String"
pub fn resolve_type_context<'env>(
&'env self,
arg0: impl Into<Option<&'env Context>>
) -> Result<Option<Local<'env, String>>>[src]
&'env self,
arg0: impl Into<Option<&'env Context>>
) -> Result<Option<Local<'env, String>>>
Required features: "android-content-Context", "java-lang-String"
pub fn resolve_type_content_resolver<'env>(
&'env self,
arg0: impl Into<Option<&'env ContentResolver>>
) -> Result<Option<Local<'env, String>>>[src]
&'env self,
arg0: impl Into<Option<&'env ContentResolver>>
) -> Result<Option<Local<'env, String>>>
Required features: "android-content-ContentResolver", "java-lang-String"
pub fn resolve_type_if_needed<'env>(
&'env self,
arg0: impl Into<Option<&'env ContentResolver>>
) -> Result<Option<Local<'env, String>>>[src]
&'env self,
arg0: impl Into<Option<&'env ContentResolver>>
) -> Result<Option<Local<'env, String>>>
Required features: "android-content-ContentResolver", "java-lang-String"
pub fn has_category<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<bool>
Required features: "java-lang-String"
pub fn get_categories<'env>(&'env self) -> Result<Option<Local<'env, Set>>>[src]
Required features: "java-util-Set"
pub fn get_selector<'env>(&'env self) -> Result<Option<Local<'env, Intent>>>[src]
Required features: "android-content-Intent"
pub fn get_clip_data<'env>(&'env self) -> Result<Option<Local<'env, ClipData>>>[src]
Required features: "android-content-ClipData"
pub fn set_extras_class_loader<'env>(
&'env self,
arg0: impl Into<Option<&'env ClassLoader>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ClassLoader>>
) -> Result<()>
Required features: "java-lang-ClassLoader"
pub fn has_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<bool>
Required features: "java-lang-String"
pub fn has_file_descriptors<'env>(&'env self) -> Result<bool>[src]
pub fn get_boolean_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: bool
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: bool
) -> Result<bool>
Required features: "java-lang-String"
pub fn get_byte_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i8
) -> Result<i8>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i8
) -> Result<i8>
Required features: "java-lang-String"
pub fn get_short_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i16
) -> Result<i16>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i16
) -> Result<i16>
Required features: "java-lang-String"
pub fn get_char_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: jchar
) -> Result<jchar>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: jchar
) -> Result<jchar>
Required features: "java-lang-String"
pub fn get_int_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i32
) -> Result<i32>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i32
) -> Result<i32>
Required features: "java-lang-String"
pub fn get_long_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i64
) -> Result<i64>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i64
) -> Result<i64>
Required features: "java-lang-String"
pub fn get_float_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: f32
) -> Result<f32>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: f32
) -> Result<f32>
Required features: "java-lang-String"
pub fn get_double_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: f64
) -> Result<f64>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: f64
) -> Result<f64>
Required features: "java-lang-String"
pub fn get_string_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>>
Required features: "java-lang-String"
pub fn get_char_sequence_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, CharSequence>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, CharSequence>>>
Required features: "java-lang-CharSequence", "java-lang-String"
pub fn get_parcelable_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Parcelable>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Parcelable>>>
Required features: "android-os-Parcelable", "java-lang-String"
pub fn get_parcelable_array_list_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>>
Required features: "java-lang-String", "java-util-ArrayList"
pub fn get_serializable_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Serializable>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Serializable>>>
Required features: "java-io-Serializable", "java-lang-String"
pub fn get_integer_array_list_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>>
Required features: "java-lang-String", "java-util-ArrayList"
pub fn get_string_array_list_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>>
Required features: "java-lang-String", "java-util-ArrayList"
pub fn get_char_sequence_array_list_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>>
Required features: "java-lang-String", "java-util-ArrayList"
pub fn get_boolean_array_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, BooleanArray>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, BooleanArray>>>
Required features: "java-lang-String"
pub fn get_byte_array_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ByteArray>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ByteArray>>>
Required features: "java-lang-String"
pub fn get_short_array_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ShortArray>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ShortArray>>>
Required features: "java-lang-String"
pub fn get_char_array_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, CharArray>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, CharArray>>>
Required features: "java-lang-String"
pub fn get_int_array_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, IntArray>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, IntArray>>>
Required features: "java-lang-String"
pub fn get_long_array_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, LongArray>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, LongArray>>>
Required features: "java-lang-String"
pub fn get_float_array_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, FloatArray>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, FloatArray>>>
Required features: "java-lang-String"
pub fn get_double_array_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, DoubleArray>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, DoubleArray>>>
Required features: "java-lang-String"
pub fn get_bundle_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Bundle>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Bundle>>>
Required features: "android-os-Bundle", "java-lang-String"
pub fn get_extras<'env>(&'env self) -> Result<Option<Local<'env, Bundle>>>[src]
Required features: "android-os-Bundle"
pub fn get_flags<'env>(&'env self) -> Result<i32>[src]
pub fn get_package<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
Required features: "java-lang-String"
pub fn get_component<'env>(
&'env self
) -> Result<Option<Local<'env, ComponentName>>>[src]
&'env self
) -> Result<Option<Local<'env, ComponentName>>>
Required features: "android-content-ComponentName"
pub fn get_source_bounds<'env>(&'env self) -> Result<Option<Local<'env, Rect>>>[src]
Required features: "android-graphics-Rect"
pub fn resolve_activity<'env>(
&'env self,
arg0: impl Into<Option<&'env PackageManager>>
) -> Result<Option<Local<'env, ComponentName>>>[src]
&'env self,
arg0: impl Into<Option<&'env PackageManager>>
) -> Result<Option<Local<'env, ComponentName>>>
Required features: "android-content-ComponentName", "android-content-pm-PackageManager"
pub fn resolve_activity_info<'env>(
&'env self,
arg0: impl Into<Option<&'env PackageManager>>,
arg1: i32
) -> Result<Option<Local<'env, ActivityInfo>>>[src]
&'env self,
arg0: impl Into<Option<&'env PackageManager>>,
arg1: i32
) -> Result<Option<Local<'env, ActivityInfo>>>
Required features: "android-content-pm-ActivityInfo", "android-content-pm-PackageManager"
pub fn set_action<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn set_data<'env>(
&'env self,
arg0: impl Into<Option<&'env Uri>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env Uri>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "android-net-Uri"
pub fn set_data_and_normalize<'env>(
&'env self,
arg0: impl Into<Option<&'env Uri>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env Uri>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "android-net-Uri"
pub fn set_type<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn set_type_and_normalize<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn set_data_and_type<'env>(
&'env self,
arg0: impl Into<Option<&'env Uri>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env Uri>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "android-net-Uri", "java-lang-String"
pub fn set_data_and_type_and_normalize<'env>(
&'env self,
arg0: impl Into<Option<&'env Uri>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env Uri>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "android-net-Uri", "java-lang-String"
pub fn add_category<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn remove_category<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<()>
Required features: "java-lang-String"
pub fn set_selector<'env>(
&'env self,
arg0: impl Into<Option<&'env Intent>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Intent>>
) -> Result<()>
Required features: "android-content-Intent"
pub fn set_clip_data<'env>(
&'env self,
arg0: impl Into<Option<&'env ClipData>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ClipData>>
) -> Result<()>
Required features: "android-content-ClipData"
pub fn put_extra_string_boolean<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: bool
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: bool
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_byte<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i8
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i8
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_char<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: jchar
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: jchar
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_short<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i16
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i16
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_int<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i32
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i32
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_long<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i64
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: i64
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_float<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: f32
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: f32
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_double<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: f64
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: f64
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_string<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_char_sequence<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env CharSequence>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env CharSequence>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-CharSequence", "java-lang-String"
pub fn put_extra_string_parcelable<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env Parcelable>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env Parcelable>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "android-os-Parcelable", "java-lang-String"
pub fn put_parcelable_array_list_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String", "java-util-ArrayList"
pub fn put_integer_array_list_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String", "java-util-ArrayList"
pub fn put_string_array_list_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String", "java-util-ArrayList"
pub fn put_char_sequence_array_list_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ArrayList>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String", "java-util-ArrayList"
pub fn put_extra_string_serializable<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env Serializable>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env Serializable>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-io-Serializable", "java-lang-String"
pub fn put_extra_string_boolean_array<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env BooleanArray>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env BooleanArray>>
) -> Result<Option<Local<'env, Intent>>>
putExtra
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_byte_array<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ByteArray>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ByteArray>>
) -> Result<Option<Local<'env, Intent>>>
putExtra
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_short_array<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ShortArray>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env ShortArray>>
) -> Result<Option<Local<'env, Intent>>>
putExtra
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_char_array<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env CharArray>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env CharArray>>
) -> Result<Option<Local<'env, Intent>>>
putExtra
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_int_array<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env IntArray>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env IntArray>>
) -> Result<Option<Local<'env, Intent>>>
putExtra
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_long_array<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env LongArray>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env LongArray>>
) -> Result<Option<Local<'env, Intent>>>
putExtra
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_float_array<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env FloatArray>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env FloatArray>>
) -> Result<Option<Local<'env, Intent>>>
putExtra
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_double_array<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env DoubleArray>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env DoubleArray>>
) -> Result<Option<Local<'env, Intent>>>
putExtra
Required features: "android-content-Intent", "java-lang-String"
pub fn put_extra_string_bundle<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env Bundle>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env Bundle>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "android-os-Bundle", "java-lang-String"
pub fn put_extras_intent<'env>(
&'env self,
arg0: impl Into<Option<&'env Intent>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env Intent>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent"
pub fn put_extras_bundle<'env>(
&'env self,
arg0: impl Into<Option<&'env Bundle>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env Bundle>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "android-os-Bundle"
pub fn replace_extras_intent<'env>(
&'env self,
arg0: impl Into<Option<&'env Intent>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env Intent>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent"
pub fn replace_extras_bundle<'env>(
&'env self,
arg0: impl Into<Option<&'env Bundle>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env Bundle>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "android-os-Bundle"
pub fn remove_extra<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<()>
Required features: "java-lang-String"
pub fn set_flags<'env>(
&'env self,
arg0: i32
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: i32
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent"
pub fn add_flags<'env>(
&'env self,
arg0: i32
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: i32
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent"
pub fn remove_flags<'env>(&'env self, arg0: i32) -> Result<()>[src]
pub fn set_package<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn set_component<'env>(
&'env self,
arg0: impl Into<Option<&'env ComponentName>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env ComponentName>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-ComponentName", "android-content-Intent"
pub fn set_class_name_context_string<'env>(
&'env self,
arg0: impl Into<Option<&'env Context>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env Context>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Context", "android-content-Intent", "java-lang-String"
pub fn set_class_name_string_string<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Intent", "java-lang-String"
pub fn set_class<'env>(
&'env self,
arg0: impl Into<Option<&'env Context>>,
arg1: impl Into<Option<&'env Class>>
) -> Result<Option<Local<'env, Intent>>>[src]
&'env self,
arg0: impl Into<Option<&'env Context>>,
arg1: impl Into<Option<&'env Class>>
) -> Result<Option<Local<'env, Intent>>>
Required features: "android-content-Context", "android-content-Intent", "java-lang-Class"
pub fn set_source_bounds<'env>(
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<()>
Required features: "android-graphics-Rect"
pub fn fill_in<'env>(
&'env self,
arg0: impl Into<Option<&'env Intent>>,
arg1: i32
) -> Result<i32>[src]
&'env self,
arg0: impl Into<Option<&'env Intent>>,
arg1: i32
) -> Result<i32>
Required features: "android-content-Intent"
pub fn filter_equals<'env>(
&'env self,
arg0: impl Into<Option<&'env Intent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env Intent>>
) -> Result<bool>
Required features: "android-content-Intent"
pub fn filter_hash_code<'env>(&'env self) -> Result<i32>[src]
pub fn to_string<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
Required features: "java-lang-String"
pub fn to_uri<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
Required features: "java-lang-String"
pub fn to_uri_int<'env>(
&'env self,
arg0: i32
) -> Result<Option<Local<'env, String>>>[src]
&'env self,
arg0: i32
) -> Result<Option<Local<'env, String>>>
Required features: "java-lang-String"
pub fn describe_contents<'env>(&'env self) -> Result<i32>[src]
pub fn write_to_parcel<'env>(
&'env self,
arg0: impl Into<Option<&'env Parcel>>,
arg1: i32
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Parcel>>,
arg1: i32
) -> Result<()>
Required features: "android-os-Parcel"
pub fn read_from_parcel<'env>(
&'env self,
arg0: impl Into<Option<&'env Parcel>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Parcel>>
) -> Result<()>
Required features: "android-os-Parcel"
pub fn parse_intent<'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>>>[src]
__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>>>
Required features: "android-content-Intent", "android-content-res-Resources", "android-util-AttributeSet", "org-xmlpull-v1-XmlPullParser"
pub fn normalize_mime_type<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>>
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]
public static final ACTION_APPLICATION_RESTRICTIONS_CHANGED
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]
public static final ACTION_DEVICE_STORAGE_LOW
pub const ACTION_DEVICE_STORAGE_OK: &'static str[src]
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]
public static final ACTION_EXTERNAL_APPLICATIONS_AVAILABLE
pub const ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE: &'static str[src]
public static final ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
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]
public static final ACTION_GTALK_SERVICE_DISCONNECTED
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]
public static final ACTION_MANAGED_PROFILE_AVAILABLE
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]
public static final ACTION_MANAGED_PROFILE_UNAVAILABLE
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]
public static final ACTION_PACKAGE_INSTALL
pub const ACTION_PACKAGE_NEEDS_VERIFICATION: &'static str[src]
public static final ACTION_PACKAGE_NEEDS_VERIFICATION
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
pub const ACTION_SEARCH: &'static str[src]
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]
public static final ACTION_UMS_CONNECTED
pub const ACTION_UMS_DISCONNECTED: &'static str[src]
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]
public static final ACTION_WALLPAPER_CHANGED
pub const ACTION_WEB_SEARCH: &'static str[src]
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
pub const CATEGORY_APP_GALLERY: &'static str[src]
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]
public static final CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST
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 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]
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]
public static final EXTRA_ASSIST_INPUT_HINT_KEYBOARD
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]
public static final EXTRA_CHANGED_COMPONENT_NAME
pub const EXTRA_CHANGED_COMPONENT_NAME_LIST: &'static str[src]
public static final EXTRA_CHANGED_COMPONENT_NAME_LIST
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]
public static final EXTRA_CHOOSER_REFINEMENT_INTENT_SENDER
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]
public static final EXTRA_CHOSEN_COMPONENT_INTENT_SENDER
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]
public static final EXTRA_SHORTCUT_ICON
pub const EXTRA_SHORTCUT_ICON_RESOURCE: &'static str[src]
public static final EXTRA_SHORTCUT_ICON_RESOURCE
pub const EXTRA_SHORTCUT_INTENT: &'static str[src]
public static final EXTRA_SHORTCUT_INTENT
pub const EXTRA_SHORTCUT_NAME: &'static str[src]
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]
public static final FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET
pub const FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS: i32[src]
public static final FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS
pub const FLAG_ACTIVITY_FORWARD_RESULT: i32[src]
public static final FLAG_ACTIVITY_FORWARD_RESULT
pub const FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY: i32[src]
public static final FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY
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]
public static final FLAG_ACTIVITY_RESET_TASK_IF_NEEDED
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]
public static final FLAG_GRANT_PERSISTABLE_URI_PERMISSION
pub const FLAG_GRANT_PREFIX_URI_PERMISSION: i32[src]
public static final FLAG_GRANT_PREFIX_URI_PERMISSION
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]
public static final FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS
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 get_class<'env>(&'env self) -> Result<Option<Local<'env, Class>>>[src]
Required features: "java-lang-Class"
pub fn hash_code<'env>(&'env self) -> Result<i32>[src]
pub fn equals<'env>(
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<bool>
Required features: "java-lang-Object"
pub fn to_string<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
Required features: "java-lang-String"
pub fn notify<'env>(&'env self) -> Result<()>[src]
pub fn notify_all<'env>(&'env self) -> Result<()>[src]
pub fn wait_long<'env>(&'env self, arg0: i64) -> Result<()>[src]
pub fn wait_long_int<'env>(&'env self, arg0: i64, arg1: i32) -> Result<()>[src]
pub fn wait<'env>(&'env self) -> Result<()>[src]
Trait Implementations
impl AsRef<Parcelable> for Intent
fn as_ref(&self) -> &Parcelable
impl AsRef<Cloneable> for Intent
impl Deref for Intent
impl AsValidJObjectAndEnv for Intent
impl AsJValue for Intent
Auto Trait Implementations
impl !Sync for Intent
impl Unpin for Intent
impl !Send for Intent
impl UnwindSafe for Intent
impl RefUnwindSafe for Intent
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,