Searched refs:pickerIntent (Results 1 – 2 of 2) sorted by relevance
36 var pickerIntent = Intent() in testAccentColorHelper_differentIntentActions_accentColorsNotSet() variable41 pickerIntent.setAction(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()42 pickerIntent.putExtra(MediaStore.EXTRA_PICK_IMAGES_ACCENT_COLOR, validAccentColor) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()43 assertExceptionThrownDueToInvalidInput(pickerIntent) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()46 pickerIntent.setAction(Intent.ACTION_GET_CONTENT) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()47 pickerIntent.putExtra(MediaStore.EXTRA_PICK_IMAGES_ACCENT_COLOR, validAccentColor) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()48 assertExceptionThrownDueToInvalidInput(pickerIntent) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()51 pickerIntent.setAction(MediaStore.ACTION_PICK_IMAGES) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()52 pickerIntent.putExtra(MediaStore.EXTRA_PICK_IMAGES_ACCENT_COLOR, validAccentColor) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()53 val accentColorHelperPickImagesMode = AccentColorHelper(pickerIntent) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()[all …]
659 val pickerIntent = in <lambda>() constant663 activity.startActivityForResultAsUser(pickerIntent, requestCode, user) in <lambda>()