Searched refs:recentWallpapers (Results 1 – 6 of 6) sorted by relevance
44 previews(WallpaperDestination.LOCK, 1).map { recentWallpapers -> in wallpaperUpdateEvents() method45 if (recentWallpapers.isEmpty()) null else recentWallpapers[0] in wallpaperUpdateEvents()48 previews(WallpaperDestination.HOME, 1).map { recentWallpapers -> in wallpaperUpdateEvents() method49 if (recentWallpapers.isEmpty()) null else recentWallpapers[0] in wallpaperUpdateEvents()88 .recentWallpapers( in previews()
68 underTest.recentWallpapers(destination = WallpaperDestination.HOME, limit = 5) in setWallpaper()72 underTest.recentWallpapers(destination = WallpaperDestination.LOCK, limit = 5) in setWallpaper()163 underTest.recentWallpapers(destination = WallpaperDestination.HOME, limit = 5) in setWallpaper_recentsKeyFallback()167 underTest.recentWallpapers(destination = WallpaperDestination.LOCK, limit = 5) in setWallpaper_recentsKeyFallback()
62 .recentWallpapers(destination = destination, limit = 1) in <lambda>()97 fun recentWallpapers( in <lambda>() method102 .recentWallpapers(destination = destination, limit = limit) in <lambda>()
104 override fun recentWallpapers( in <lambda>() method in com.android.wallpaper.picker.customization.data.content.WallpaperClientImpl453 val recentWallpapers = in <lambda>() constant461 cachedRecents[destination] = recentWallpapers in <lambda>()462 return recentWallpapers.take(limit) in <lambda>()
38 fun recentWallpapers( method
76 override fun recentWallpapers( in <lambda>() method in com.android.wallpaper.testing.FakeWallpaperClient