Home
last modified time | relevance | path

Searched refs:testGetContentConfiguration (Results 1 – 6 of 6) sorted by relevance

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/snackbar/
DSnackbarFeatureTest.kt37 import com.android.photopicker.core.configuration.testGetContentConfiguration
138 .that(SnackbarFeature.Registration.isEnabled(testGetContentConfiguration)) in testSnackbarIsAlwaysEnabled()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/navigationbar/
DNavigationBarFeatureTest.kt42 import com.android.photopicker.core.configuration.testGetContentConfiguration
158 .that(NavigationBarFeature.Registration.isEnabled(testGetContentConfiguration)) in testNavigationBarProductionConfig()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/cloudmedia/
DCloudMediaFeatureTest.kt41 import com.android.photopicker.core.configuration.testGetContentConfiguration
125 .that(CloudMediaFeature.Registration.isEnabled(testGetContentConfiguration)) in testCloudMediaEnabledInConfigurations()
DMediaPreloaderTest.kt51 import com.android.photopicker.core.configuration.testGetContentConfiguration
225 .that(CloudMediaFeature.Registration.isEnabled(testGetContentConfiguration)) in testMediaPreloaderIsEnabled()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DTestPhotopickerConfiguration.kt61 val testGetContentConfiguration: PhotopickerConfiguration = constant
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/overflowmenu/
DOverflowMenuFeatureTest.kt42 import com.android.photopicker.core.configuration.testGetContentConfiguration
126 .that(OverflowMenuFeature.Registration.isEnabled(testGetContentConfiguration)) in testOverflowMenuEnabledInConfigurations()