Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DImageActionUtils.java167 Intent intent, BiFunction<Uri, Intent, Intent[]> uriToIntentMap, String tag) { in persistBitmapAndStartActivity() argument
178 Intent intent, BiFunction<Uri, Intent, Intent[]> uriToIntentMap, String tag, in persistBitmapAndStartActivity() argument
202 Intent intent, BiFunction<Uri, Intent, Intent[]> uriToIntentMap, String tag, in persistBitmapAndStartActivity() argument
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DRecentsButtonStateProvider.java111 Function<Intent, View.OnClickListener> defaultGetButtonClickListener) { in getButtonClickListener()
/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/contentpreview/
DPreviewDataProvider.kt314 private val Intent.isSend: Boolean constant
320 private val Intent.contentUris: ArrayList<Uri> constant
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DUtils.kt327 fun Intent.getBluetoothDeviceExtra(): BluetoothDevice = in Intent() method