Home
last modified time | relevance | path

Searched refs:selectedWallpaperId (Results 1 – 6 of 6) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperSnapshotRestorer.kt74 interactor.selectedWallpaperId(destination = WallpaperDestination.HOME), in <lambda>()
75 interactor.selectedWallpaperId(destination = WallpaperDestination.LOCK), in <lambda>()
113 .selectedWallpaperId(destination = destination) in <lambda>()
DWallpaperInteractor.kt55 fun selectedWallpaperId( in selectedWallpaperId() method
58 return repository.selectedWallpaperId(destination = destination) in selectedWallpaperId()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/
DWallpaperRepositoryTest.kt75 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.HOME)) in setWallpaper()
77 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.LOCK)) in setWallpaper()
170 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.HOME)) in setWallpaper_recentsKeyFallback()
172 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.LOCK)) in setWallpaper_recentsKeyFallback()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DWallpaperQuickSwitchViewModel.kt44 private val selectedWallpaperId: Flow<String> = in <lambda>() constant
46 .selectedWallpaperId(destination) in <lambda>()
85 selectedWallpaperId.distinctUntilChanged().map { it == preview.wallpaperId } in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperInteractorTest.kt160 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.HOME)) in setWallpaper()
162 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.LOCK)) in setWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/repository/
DWallpaperRepository.kt58 fun selectedWallpaperId( in <lambda>() method in com.android.wallpaper.picker.customization.data.repository.WallpaperRepository