Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/selectionbar/
DSelectionBarFeatureTest.kt221 val photopickerConfiguration: PhotopickerConfiguration = testPhotopickerConfiguration in testSelectionBarIsShown() constant
228 LocalPhotopickerConfiguration provides photopickerConfiguration, in testSelectionBarIsShown()
230 PhotopickerTheme(false, intent = photopickerConfiguration.intent) { in testSelectionBarIsShown()
265 val photopickerConfiguration: PhotopickerConfiguration = testPhotopickerConfiguration in testSelectionBarShowsSecondaryAction() constant
271 LocalPhotopickerConfiguration provides photopickerConfiguration, in testSelectionBarShowsSecondaryAction()
273 PhotopickerTheme(false, intent = photopickerConfiguration.intent) { in testSelectionBarShowsSecondaryAction()
299 val photopickerConfiguration: PhotopickerConfiguration = testPhotopickerConfiguration in testSelectionBarPrimaryAction() constant
306 LocalPhotopickerConfiguration provides photopickerConfiguration, in testSelectionBarPrimaryAction()
308 PhotopickerTheme(false, intent = photopickerConfiguration.intent) { in testSelectionBarPrimaryAction()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/
DPhotopickerFeatureBaseTest.kt130 photopickerConfiguration: PhotopickerConfiguration = testPhotopickerConfiguration, in callPhotopickerMain()
136 LocalPhotopickerConfiguration provides photopickerConfiguration, in callPhotopickerMain()
141 intent = photopickerConfiguration.intent in callPhotopickerMain()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/components/mediagrid/
DMediaGridTest.kt366 val photopickerConfiguration: PhotopickerConfiguration = in <lambda>() constant
369 LocalPhotopickerConfiguration provides photopickerConfiguration, in <lambda>()
372 photopickerConfiguration.intent in <lambda>()
423 val photopickerConfiguration: PhotopickerConfiguration = in <lambda>() constant
426 LocalPhotopickerConfiguration provides photopickerConfiguration, in <lambda>()
429 photopickerConfiguration.intent in <lambda>()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/
DMainActivity.kt153 val photopickerConfiguration by in <lambda>() constant
158 LocalPhotopickerConfiguration provides photopickerConfiguration, in <lambda>()
162 PhotopickerTheme(intent = photopickerConfiguration.intent) { in <lambda>()