Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/di/modules/
DDispatchersModule.kt46 fun provideBackgroundScope(): CoroutineScope = CoroutineScope(Dispatchers.IO) method
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/di/modules/
DSharedTestModule.kt136 fun provideBackgroundScope(impl: TestScope): CoroutineScope { in bindUiModeManager() method
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/inject/
DActivityModule.kt86 fun provideBackgroundScope( in provideBackgroundScope() method in com.android.photopicker.core.ActivityModule
DEmbeddedServiceModule.kt126 fun provideBackgroundScope( in <lambda>() method in com.android.photopicker.core.EmbeddedServiceModule