Home
last modified time | relevance | path

Searched refs:PhotopickerRuntimeEnv (Results 1 – 7 of 7) 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/
DPhotopickerConfiguration.kt29 enum class PhotopickerRuntimeEnv { class
48 val runtimeEnv: PhotopickerRuntimeEnv = PhotopickerRuntimeEnv.ACTIVITY,
DConfigurationManager.kt57 private val runtimeEnv: PhotopickerRuntimeEnv, in <lambda>()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/inject/
DObtainViewModel.kt28 import com.android.photopicker.core.configuration.PhotopickerRuntimeEnv
52 PhotopickerRuntimeEnv.EMBEDDED -> { in obtainViewModel()
79 PhotopickerRuntimeEnv.ACTIVITY -> hiltViewModel() in obtainViewModel()
DActivityModule.kt25 import com.android.photopicker.core.configuration.PhotopickerRuntimeEnv
120 /* runtimeEnv= */ PhotopickerRuntimeEnv.ACTIVITY, in provideConfigurationManager()
DEmbeddedServiceModule.kt27 import com.android.photopicker.core.configuration.PhotopickerRuntimeEnv in <lambda>()
166 /* runtimeEnv= */ PhotopickerRuntimeEnv.EMBEDDED, in <lambda>()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/inject/
DPhotopickerTestModule.kt25 import com.android.photopicker.core.configuration.PhotopickerRuntimeEnv
115 PhotopickerRuntimeEnv.ACTIVITY, in createConfigurationManager()