Searched refs:ACTION_USER_SELECT_IMAGES_FOR_APP (Results 1 – 17 of 17) sorted by relevance
8 SdkConstant: android.provider.MediaStore#ACTION_USER_SELECT_IMAGES_FOR_APP:9 …Field 'ACTION_USER_SELECT_IMAGES_FOR_APP' is missing @SdkConstant(SdkConstantType.ACTIVITY_INTENT_…
71 …field public static final String ACTION_USER_SELECT_IMAGES_FOR_APP = "android.provider.action.USER…
73 action = MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP,74 intent = Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP),
40 MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP -> in determineSelectionStrategy()
126 sUserSelectImagesForAppIntent = new Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP);136 MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP);
88 Intent intent = new Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP); in testMissingUidExtraReturnsCancelled()
51 if (config.action == MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP) return false in isEnabled()
41 pickerIntent.setAction(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()
289 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()
275 MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP -> { in <lambda>()
357 && intent.getAction().equals(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP)) { in parseSelectionValuesFromIntent()
1061 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()
21 import static android.provider.MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP;1168 return ACTION_USER_SELECT_IMAGES_FOR_APP.equals(getIntent().getAction()); in isUserSelectImagesForAppAction()
278 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()
660 Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP) in <lambda>()
840 public static final String ACTION_USER_SELECT_IMAGES_FOR_APP = field in MediaStore