Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DConfigurationManagerTest.kt60 runtimeEnv = PhotopickerRuntimeEnv.ACTIVITY, in testEmitsConfiguration()
86 runtimeEnv = PhotopickerRuntimeEnv.ACTIVITY, in testConfigurationEmitsFlagChanges()
130 runtimeEnv = PhotopickerRuntimeEnv.ACTIVITY, in testConfigurationChangesAreBatched()
190 runtimeEnv = PhotopickerRuntimeEnv.ACTIVITY, in testSetIntentUpdatesConfiguration()
227 runtimeEnv = PhotopickerRuntimeEnv.ACTIVITY, in testSetIntentSetsSelectionLimit()
266 runtimeEnv = PhotopickerRuntimeEnv.ACTIVITY, in testSetIntentSetsSelectionLimitThrowsOnIllegalConfiguration()
310 runtimeEnv = PhotopickerRuntimeEnv.ACTIVITY, in testSetIntentSetsSelectionLimitThrowsOnIllegalRange()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/configuration/
DConfigurationManager.kt57 private val runtimeEnv: PhotopickerRuntimeEnv, in <lambda>() constant in com.android.photopicker.core.configuration.ConfigurationManager
152 runtimeEnv = runtimeEnv, in <lambda>()
DPhotopickerConfiguration.kt48 val runtimeEnv: PhotopickerRuntimeEnv = PhotopickerRuntimeEnv.ACTIVITY, constant in com.android.photopicker.core.configuration.PhotopickerConfiguration
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/inject/
DObtainViewModel.kt48 when (configuration.runtimeEnv) { in obtainViewModel()