Searched refs:TestWallpaper (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | WallpaperManagerTestUtils.java | 131 public enum TestWallpaper { enum in WallpaperManagerTestUtils 142 TestWallpaper(Integer bitmapResourceId, ComponentName componentName) { in TestWallpaper() method in WallpaperManagerTestUtils.TestWallpaper 168 private static List<TestWallpaper> allStaticTestWallpapers() { in allStaticTestWallpapers() 169 return List.of(TestWallpaper.STATIC1, TestWallpaper.STATIC2, TestWallpaper.STATIC3); in allStaticTestWallpapers() 172 private static List<TestWallpaper> allLiveTestWallpapers() { in allLiveTestWallpapers() 173 return List.of(TestWallpaper.LIVE1, TestWallpaper.LIVE2, TestWallpaper.LIVE3); in allLiveTestWallpapers() 177 final TestWallpaper mWallpaper; 180 TestWallpaper wallpaper, int destination) { in WallpaperChange() 191 LIVE_SAME_SINGLE(TestWallpaper.LIVE1, TestWallpaper.LIVE1, true), 192 LIVE_SAME_MULTI(TestWallpaper.LIVE1, TestWallpaper.LIVE1, false), [all …]
|