Home
last modified time | relevance | path

Searched refs:testPhotopickerConfiguration (Results 1 – 9 of 9) sorted by relevance

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/cloudmedia/
DMediaPreloaderTest.kt52 import com.android.photopicker.core.configuration.testPhotopickerConfiguration
240 LocalPhotopickerConfiguration provides testPhotopickerConfiguration in testMediaPreloaderCompletesDeferredWhenSuccessful()
282 LocalPhotopickerConfiguration provides testPhotopickerConfiguration in testMediaPreloaderShowsLoadingDialog()
328 LocalPhotopickerConfiguration provides testPhotopickerConfiguration in testMediaPreloaderCancelPreloadFromLoadingDialog()
376 LocalPhotopickerConfiguration provides testPhotopickerConfiguration in testMediaPreloaderLoadsRemoteMedia()
423 LocalPhotopickerConfiguration provides testPhotopickerConfiguration in testMediaPreloaderFailureShowsErrorDialog()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DTestPhotopickerConfiguration.kt41 val testPhotopickerConfiguration: PhotopickerConfiguration = constant
84 defaultConfiguration: PhotopickerConfiguration = testPhotopickerConfiguration in provideTestConfigurationFlow()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/selectionbar/
DSelectionBarFeatureTest.kt48 import com.android.photopicker.core.configuration.testPhotopickerConfiguration
221 val photopickerConfiguration: PhotopickerConfiguration = testPhotopickerConfiguration in testSelectionBarIsShown()
265 val photopickerConfiguration: PhotopickerConfiguration = testPhotopickerConfiguration in testSelectionBarShowsSecondaryAction()
299 val photopickerConfiguration: PhotopickerConfiguration = testPhotopickerConfiguration in testSelectionBarPrimaryAction()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/
DPhotopickerFeatureBaseTest.kt35 import com.android.photopicker.core.configuration.testPhotopickerConfiguration
130 photopickerConfiguration: PhotopickerConfiguration = testPhotopickerConfiguration, in callPhotopickerMain()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/features/
DFeatureManagerTest.kt36 import com.android.photopicker.core.configuration.testPhotopickerConfiguration in <lambda>()
223 val configFlow = MutableStateFlow(testPhotopickerConfiguration) in <lambda>()
241 testPhotopickerConfiguration.copy(action = "SOME_OTHER_ACTION") in <lambda>()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/navigationbar/
DNavigationBarFeatureTest.kt43 import com.android.photopicker.core.configuration.testPhotopickerConfiguration
150 .that(NavigationBarFeature.Registration.isEnabled(testPhotopickerConfiguration)) in testNavigationBarProductionConfig()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/events/
DEventsTest.kt23 import com.android.photopicker.core.configuration.testPhotopickerConfiguration
271 config: PhotopickerConfiguration = testPhotopickerConfiguration, in buildFeatureManagerWithFeatures()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/components/mediagrid/
DMediaGridTest.kt58 import com.android.photopicker.core.configuration.testPhotopickerConfiguration in <lambda>()
367 testPhotopickerConfiguration in <lambda>()
424 testPhotopickerConfiguration in <lambda>()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/
DDataServiceImplTest.kt26 import com.android.photopicker.core.configuration.testPhotopickerConfiguration
223 config = MutableStateFlow(testPhotopickerConfiguration), in <lambda>()