Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt217 scope = getApplicationCoroutineScope(), in <lambda>()
266 KeyguardQuickAffordancePickerRepository(client, getApplicationCoroutineScope()), in <lambda>()
311 scope = getApplicationCoroutineScope(), in <lambda>()
335 coroutineScope = getApplicationCoroutineScope(), in <lambda>()
353 scope = getApplicationCoroutineScope(), in <lambda>()
538 applicationScope = getApplicationCoroutineScope(), in <lambda>()
541 applicationScope = getApplicationCoroutineScope(), in <lambda>()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt107 override fun getApplicationCoroutineScope(): CoroutineScope { in getApplicationCoroutineScope() method in com.android.wallpaper.testing.TestInjector
264 getApplicationCoroutineScope(), in getUndoInteractor()
279 scope = getApplicationCoroutineScope(), in getWallpaperInteractor()
291 scope = getApplicationCoroutineScope(), in getWallpaperSnapshotRestorer()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt108 override fun getApplicationCoroutineScope(): CoroutineScope { in getApplicationCoroutineScope() method in com.android.wallpaper.module.WallpaperPicker2Injector
299 getApplicationCoroutineScope(), in getUndoInteractor()
316 scope = getApplicationCoroutineScope(), in getWallpaperInteractor()
343 scope = getApplicationCoroutineScope(), in getWallpaperSnapshotRestorer()
DInjector.kt54 fun getApplicationCoroutineScope(): CoroutineScope in getApplicationCoroutineScope() method