Home
last modified time | relevance | path

Searched refs:PickerIntentAction (Results 1 – 4 of 4) sorted by relevance

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/
DMainActivity.kt279 MediaStore.ACTION_PICK_IMAGES -> Telemetry.PickerIntentAction.ACTION_PICK_IMAGES in <lambda>()
280 Intent.ACTION_GET_CONTENT -> Telemetry.PickerIntentAction.ACTION_GET_CONTENT in <lambda>()
282 Telemetry.PickerIntentAction.ACTION_USER_SELECT in <lambda>()
283 else -> Telemetry.PickerIntentAction.UNSET_PICKER_INTENT_ACTION in <lambda>()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/events/
DDispatchersTest.kt372 val pickerIntentAction = Telemetry.PickerIntentAction.ACTION_PICK_IMAGES in testDispatchReportPhotopickerApiInfoEventWithPhotoMimeType()
424 val pickerIntentAction = Telemetry.PickerIntentAction.ACTION_PICK_IMAGES in <lambda>()
476 val pickerIntentAction = Telemetry.PickerIntentAction.ACTION_PICK_IMAGES in <lambda>()
528 val pickerIntentAction = Telemetry.PickerIntentAction.ACTION_PICK_IMAGES in <lambda>()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/events/
DDispatchers.kt46 pickerIntentAction: Telemetry.PickerIntentAction = in <lambda>()
47 Telemetry.PickerIntentAction.UNSET_PICKER_INTENT_ACTION, in <lambda>()
DEvent.kt88 val pickerIntentAction: Telemetry.PickerIntentAction,
365 enum class PickerIntentAction(val intentAction: Int) { class