Searched refs:getApplicationCoroutineScope (Results 1 – 4 of 4) sorted by relevance
/packages/apps/ThemePicker/src/com/android/customization/module/ |
D | ThemePickerInjector.kt | 217 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/ |
D | TestInjector.kt | 107 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/ |
D | WallpaperPicker2Injector.kt | 108 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()
|
D | Injector.kt | 54 fun getApplicationCoroutineScope(): CoroutineScope in getApplicationCoroutineScope() method
|