Home
last modified time | relevance | path

Searched defs:Intent (Results 1 – 17 of 17) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/ext/
DIntentExt.kt33 fun Intent.hasAction(vararg actions: String): Boolean = action in actions method
36 fun Intent.hasComponent(): Boolean = (component != null) method
39 fun Intent.hasSingleCategory(category: String) = categories.singleOrNull() == category method
42 fun Intent.hasSendAction() = hasAction(Intent.ACTION_SEND, Intent.ACTION_SEND_MULTIPLE) method
45 fun Intent.isHomeIntent() = hasAction(Intent.ACTION_MAIN) && hasSingleCategory(Intent.CATEGORY_HOME) method
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/extensions/
DIntent.kt37 fun Intent.getPhotopickerSelectionLimitOrDefault(default: Int): Int { in <lambda>() method
90 fun Intent.getPickImagesInOrderEnabled(default: Boolean): Boolean { in Intent() method
116 fun Intent.getStartDestination(default: PhotopickerDestinations): PhotopickerDestinations { in Intent() method
151 fun Intent.getPhotopickerMimeTypes(): ArrayList<String>? { in Intent() method
215 fun Intent.canHandleGetContentIntentMimeTypes(): Boolean { in canHandleGetContentIntentMimeTypes() method
252 fun Intent.getPickImagesPreSelectedUris(): ArrayList<Uri>? { in getPickImagesPreSelectedUris() method
302 fun Intent.getApplicationMediaCapabilities(): ApplicationMediaCapabilities? { in Intent() method
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/viewmodel/
DIntentExt.kt25 fun Intent.collectUris(): Set<Uri> = buildSet { in <lambda>() method
42 fun Intent.createIntentFilter(): IntentFilter? { in createIntentFilter() method
/packages/apps/Multiuser/Widget/src/main/java/com/android/multiuser/widget/data/
DIntentRepository.kt72 private fun Intent.multiuserSettingsIntent( in <lambda>() method
97 fun Intent.getActionIntent() : Intent? { in Intent() method
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/enrolling/common/util/
DFingerprintOptionUtil.kt23 fun Intent.toFingerprintEnrollOptions(): FingerprintEnrollOptions { in toFingerprintEnrollOptions() method
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DImageActionUtils.java168 Intent intent, BiFunction<Uri, Intent, Intent[]> uriToIntentMap, String tag) { in persistBitmapAndStartActivity() argument
179 Intent intent, BiFunction<Uri, Intent, Intent[]> uriToIntentMap, String tag, in persistBitmapAndStartActivity() argument
203 Intent intent, BiFunction<Uri, Intent, Intent[]> uriToIntentMap, String tag, in persistBitmapAndStartActivity() argument
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/utils/
DGeneralUtils.kt142 fun Intent.requireStringExtra(name: String): String = requireNotNull(getStringExtra(name)) in <lambda>() method
144 fun Intent.requireByteArrayExtra(name: String): ByteArray = in <lambda>() method
/packages/modules/Bluetooth/framework/tests/bumble/helper/src/android/bluetooth/helper/opp/
DSenderUtils.kt26 fun Intent.resolveBluetoothShareActivityInfo(context: Context): Intent { in resolveBluetoothShareActivityInfo() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DParsedSafetyCenterIntent.kt37 fun Intent.toSafetyCenterIntent(): ParsedSafetyCenterIntent { in toSafetyCenterIntent() method
/packages/modules/IntentResolver/java/src/com/android/intentresolver/inject/
DActivityModelModule.kt114 private val Intent.contentUris: Sequence<Uri> constant
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DHost.kt145 fun Intent.getBluetoothDeviceExtra(): BluetoothDevice = in Intent() method
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiSwitchPreference.kt196 private val Intent.wifiState constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DPreviewDataProvider.kt369 private val Intent.isSend: Boolean constant
375 private val Intent.contentUris: ArrayList<Uri> constant
/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DThemesUserEventLoggerImpl.kt240 private fun Intent.getAppLaunchSource(): Int { in getAppLaunchSource() method
/packages/modules/Bluetooth/android/pandora/server/src/
DUtils.kt328 fun Intent.getBluetoothDeviceExtra(): BluetoothDevice = in Intent() method
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/
DMainActivityTest.kt386 private fun Intent.getClipDataUris(): List<Uri> { in getClipDataUris() method
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/rfcomm/
DRfcommTest.kt892 fun Intent.getBluetoothDeviceExtra(): BluetoothDevice = in <lambda>() method