Home
last modified time | relevance | path

Searched refs:ACTION_USER_SELECT_IMAGES_FOR_APP (Results 1 – 17 of 17) sorted by relevance

/packages/providers/MediaProvider/apex/framework/api/
Dsystem-lint-baseline.txt8 SdkConstant: android.provider.MediaStore#ACTION_USER_SELECT_IMAGES_FOR_APP:
9 …Field 'ACTION_USER_SELECT_IMAGES_FOR_APP' is missing @SdkConstant(SdkConstantType.ACTIVITY_INTENT_…
Dmodule-lib-lint-baseline.txt8 SdkConstant: android.provider.MediaStore#ACTION_USER_SELECT_IMAGES_FOR_APP:
9 …Field 'ACTION_USER_SELECT_IMAGES_FOR_APP' is missing @SdkConstant(SdkConstantType.ACTIVITY_INTENT_…
Dsystem-current.txt71 …field public static final String ACTION_USER_SELECT_IMAGES_FOR_APP = "android.provider.action.USER…
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DTestPhotopickerConfiguration.kt73 action = MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP,
74 intent = Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP),
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/selection/
DSelectionStrategy.kt40 MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP -> in determineSelectionStrategy()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/espresso/
DPhotoPickerBaseTest.java126 sUserSelectImagesForAppIntent = new Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP);
136 MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP);
DPhotoPickerUserSelectActivityTest.java88 Intent intent = new Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP); in testMissingUidExtraReturnsCancelled()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/cloudmedia/
DCloudMediaFeature.kt51 if (config.action == MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP) return false in isEnabled()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/theme/
DAccentColorHelperTest.kt41 pickerIntent.setAction(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/
DSelectionTest.java289 final Intent intent = new Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP); in testParseValuesFromIntent_OrderedSelectionDisabledInPermissionMode()
436 final Intent intent = new Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP); in testIsSelectionWithUserSelectAction_exceedsMaxSelectionLimit_selectionNotAllowed()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/
DMainActivity.kt275 MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP -> { in <lambda>()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DSelection.java357 && intent.getAction().equals(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP)) { in parseSelectionValuesFromIntent()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java1061 MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP)) { in parseValuesFromIntent()
1079 MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP)) { in parseValuesFromIntent()
1115 MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP.equals(intent.getAction()); in parseValuesFromIntent()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPhotoPickerActivity.java21 import static android.provider.MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP;
1168 return ACTION_USER_SELECT_IMAGES_FOR_APP.equals(getIntent().getAction()); in isUserSelectImagesForAppAction()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModelTest.java278 Intent intent = new Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP); in test_getRemainingPreGrantedItems_correctItemsLoaded()
317 Intent intent = new Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP); in test_deselectPreGrantedItem_correctRevokeMapMaintained()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
DKotlinUtils.kt660 Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP) in <lambda>()
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java840 public static final String ACTION_USER_SELECT_IMAGES_FOR_APP = field in MediaStore