Searched refs:selectedWallpaperId (Results 1 – 6 of 6) sorted by relevance
74 interactor.selectedWallpaperId(destination = WallpaperDestination.HOME), in <lambda>()75 interactor.selectedWallpaperId(destination = WallpaperDestination.LOCK), in <lambda>()113 .selectedWallpaperId(destination = destination) in <lambda>()
55 fun selectedWallpaperId( in selectedWallpaperId() method58 return repository.selectedWallpaperId(destination = destination) in selectedWallpaperId()
75 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()
44 private val selectedWallpaperId: Flow<String> = in <lambda>() constant46 .selectedWallpaperId(destination) in <lambda>()85 selectedWallpaperId.distinctUntilChanged().map { it == preview.wallpaperId } in <lambda>()
160 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.HOME)) in setWallpaper()162 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.LOCK)) in setWallpaper()
58 fun selectedWallpaperId( in <lambda>() method in com.android.wallpaper.picker.customization.data.repository.WallpaperRepository