Searched refs:BackgroundDispatcher (Results 1 – 11 of 11) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/di/modules/ |
D | DispatchersModule.kt | 32 @Qualifier annotation class BackgroundDispatcher class 45 @BackgroundDispatcher 49 @BackgroundDispatcher
|
D | RepositoryModule.kt | 36 @BackgroundDispatcher bgDispatcher: CoroutineDispatcher, in provideWallpaperRepository()
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/di/modules/ |
D | SharedTestModule.kt | 28 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/ |
D | ColorContrastSectionRepository.kt | 20 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/ |
D | NotificationsSnapshotRestorer.kt | 20 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/ |
D | WallpaperPreviewRepository.kt | 21 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher 40 @BackgroundDispatcher private val bgDispatcher: CoroutineDispatcher,
|
D | CreativeEffectsRepository.kt | 26 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher in <lambda>() 41 @BackgroundDispatcher private val bgDispatcher: CoroutineDispatcher, in <lambda>()
|
D | ImageEffectsRepositoryImpl.kt | 43 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/ |
D | StaticWallpaperPreviewViewModel.kt | 28 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/ |
D | ThemePickerInjector.kt | 79 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/ |
D | WallpaperPicker2Injector.kt | 53 import com.android.wallpaper.picker.di.modules.BackgroundDispatcher 71 @BackgroundDispatcher private val bgDispatcher: CoroutineDispatcher,
|