Home
last modified time | relevance | path

Searched refs:BackgroundDispatcher (Results 1 – 11 of 11) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/di/modules/
DDispatchersModule.kt32 @Qualifier annotation class BackgroundDispatcher class
45 @BackgroundDispatcher
49 @BackgroundDispatcher
DRepositoryModule.kt36 @BackgroundDispatcher bgDispatcher: CoroutineDispatcher, in provideWallpaperRepository()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/di/modules/
DSharedTestModule.kt28 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher
95 @BackgroundDispatcher in bindUiModeManager()
135 @BackgroundDispatcher in bindUiModeManager()
/packages/apps/ThemePicker/src/com/android/customization/picker/settings/data/repository/
DColorContrastSectionRepository.kt20 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher in <lambda>()
36 @BackgroundDispatcher bgDispatcher: CoroutineDispatcher, in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/notifications/domain/interactor/
DNotificationsSnapshotRestorer.kt20 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher
30 @BackgroundDispatcher private val backgroundScope: CoroutineScope,
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/data/repository/
DWallpaperPreviewRepository.kt21 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher
40 @BackgroundDispatcher private val bgDispatcher: CoroutineDispatcher,
DCreativeEffectsRepository.kt26 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher in <lambda>()
41 @BackgroundDispatcher private val bgDispatcher: CoroutineDispatcher, in <lambda>()
DImageEffectsRepositoryImpl.kt43 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher in <lambda>()
64 @BackgroundDispatcher private val bgDispatcher: CoroutineDispatcher, in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DStaticWallpaperPreviewViewModel.kt28 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher in <lambda>()
57 @BackgroundDispatcher private val bgDispatcher: CoroutineDispatcher, in <lambda>()
210 @BackgroundDispatcher private val bgDispatcher: CoroutineDispatcher, in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt79 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher in <lambda>()
95 @BackgroundDispatcher private val bgScope: CoroutineScope, in <lambda>()
96 @BackgroundDispatcher private val bgDispatcher: CoroutineDispatcher, in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt53 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher
71 @BackgroundDispatcher private val bgDispatcher: CoroutineDispatcher,