Searched refs:runtimeEnv (Results 1 – 4 of 4) sorted by relevance
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/ |
D | ConfigurationManagerTest.kt | 60 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/ |
D | ConfigurationManager.kt | 57 private val runtimeEnv: PhotopickerRuntimeEnv, in <lambda>() constant in com.android.photopicker.core.configuration.ConfigurationManager 152 runtimeEnv = runtimeEnv, in <lambda>()
|
D | PhotopickerConfiguration.kt | 48 val runtimeEnv: PhotopickerRuntimeEnv = PhotopickerRuntimeEnv.ACTIVITY, constant in com.android.photopicker.core.configuration.PhotopickerConfiguration
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/inject/ |
D | ObtainViewModel.kt | 48 when (configuration.runtimeEnv) { in obtainViewModel()
|