Searched refs:selectingWallpaperId (Results 1 – 5 of 5) sorted by relevance
52 private val selectingWallpaperId: Flow<String?> = in <lambda>() constant54 .selectingWallpaperId(destination) in <lambda>()80 selectingWallpaperId.distinctUntilChanged().map { it != null } in <lambda>()88 selectingWallpaperId.distinctUntilChanged().map { in <lambda>()
65 fun selectingWallpaperId( in selectingWallpaperId() method68 return repository.selectingWallpaperId.map { it[destination] } in selectingWallpaperId()75 return selectingWallpaperId(destination).distinctUntilChanged().map { it != null } in isSelectingWallpaper()
80 underTest.selectingWallpaperId.map { it[WallpaperDestination.HOME] } in setWallpaper()84 underTest.selectingWallpaperId.map { it[WallpaperDestination.LOCK] } in setWallpaper()
164 collectLastValue(underTest.selectingWallpaperId(WallpaperDestination.HOME)) in setWallpaper()166 collectLastValue(underTest.selectingWallpaperId(WallpaperDestination.LOCK)) in setWallpaper()
93 val selectingWallpaperId: StateFlow<Map<WallpaperDestination, String?>> = in <lambda>() constant in com.android.wallpaper.picker.customization.data.repository.WallpaperRepository