Home
last modified time | relevance | path

Searched refs:WallpaperManagerTestUtils (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java23 import static android.app.cts.wallpapers.WallpaperManagerTestUtils.WallpaperChange;
24 import static android.app.cts.wallpapers.WallpaperManagerTestUtils.WallpaperState;
25 import static android.app.cts.wallpapers.WallpaperManagerTestUtils.runAndAwaitChanges;
26 import static android.app.cts.wallpapers.WallpaperManagerTestUtils.runAndAwaitColorChanges;
671 WallpaperManagerTestUtils.goToState(mWallpaperManager, initialState); in testClear()
1240 @TestParameter WallpaperManagerTestUtils.WallpaperState state) in testEngineCallbackCountsParam()
1245 WallpaperManagerTestUtils.goToState(mWallpaperManager, state); in testEngineCallbackCountsParam()
1254 WallpaperManagerTestUtils.performChange(mWallpaperManager, change); in testEngineCallbackCountsParam()
1292 WallpaperManagerTestUtils.goToState( in testExistingWallpaperWindows()
1298 WallpaperManagerTestUtils.goToState( in testExistingWallpaperWindows()
[all …]
DWallpaperManagerTestUtils.java41 public class WallpaperManagerTestUtils { class