/packages/modules/IntentResolver/java/src/com/android/intentresolver/ext/ |
D | IntentExt.kt | 33 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/ |
D | Intent.kt | 37 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/ |
D | IntentExt.kt | 25 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/ |
D | IntentRepository.kt | 72 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/ |
D | FingerprintOptionUtil.kt | 23 fun Intent.toFingerprintEnrollOptions(): FingerprintEnrollOptions { in toFingerprintEnrollOptions() method
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | ImageActionUtils.java | 168 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/ |
D | GeneralUtils.kt | 142 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/ |
D | SenderUtils.kt | 26 fun Intent.resolveBluetoothShareActivityInfo(context: Context): Intent { in resolveBluetoothShareActivityInfo() method
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | ParsedSafetyCenterIntent.kt | 37 fun Intent.toSafetyCenterIntent(): ParsedSafetyCenterIntent { in toSafetyCenterIntent() method
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/inject/ |
D | ActivityModelModule.kt | 114 private val Intent.contentUris: Sequence<Uri> constant
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | Host.kt | 145 fun Intent.getBluetoothDeviceExtra(): BluetoothDevice = in Intent() method
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiSwitchPreference.kt | 196 private val Intent.wifiState constant
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/ |
D | PreviewDataProvider.kt | 369 private val Intent.isSend: Boolean constant 375 private val Intent.contentUris: ArrayList<Uri> constant
|
/packages/apps/ThemePicker/src/com/android/customization/module/logging/ |
D | ThemesUserEventLoggerImpl.kt | 240 private fun Intent.getAppLaunchSource(): Int { in getAppLaunchSource() method
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Utils.kt | 328 fun Intent.getBluetoothDeviceExtra(): BluetoothDevice = in Intent() method
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/ |
D | MainActivityTest.kt | 386 private fun Intent.getClipDataUris(): List<Uri> { in getClipDataUris() method
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/rfcomm/ |
D | RfcommTest.kt | 892 fun Intent.getBluetoothDeviceExtra(): BluetoothDevice = in <lambda>() method
|