Home
last modified time | relevance | path

Searched refs:TestWallpaperService (Results 1 – 6 of 6) sorted by relevance

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DTestLiveWallpaperSupportingAmbientMode.java21 public class TestLiveWallpaperSupportingAmbientMode extends TestWallpaperService {
DTestLiveWallpaperNoUnfoldTransition.java21 public class TestLiveWallpaperNoUnfoldTransition extends TestWallpaperService {
DTestLiveWallpaper.java21 public class TestLiveWallpaper extends TestWallpaperService {
DWallpaperManagerTestUtils.java73 TestWallpaperService.EngineCallbackCountdown callback = in runAndAwaitChanges()
74 new TestWallpaperService.EngineCallbackCountdown(onCreateCount, onDestroyCount, in runAndAwaitChanges()
76 TestWallpaperService.Companion.addCallback(callback); in runAndAwaitChanges()
84 TestWallpaperService.Companion.removeCallback(callback); in runAndAwaitChanges()
DTestWallpaperService.kt41 abstract class TestWallpaperService : WallpaperService() { class
45 private val TAG = TestWallpaperService::class.java.simpleName
DWallpaperManagerTest.java209 TestWallpaperService.Companion.resetCounts(); in setUp()
220 TestWallpaperService.Companion.checkAssertions(); in tearDown()
221 TestWallpaperService.Companion.resetCounts(); in tearDown()
672 TestWallpaperService.Companion.resetCounts(); in testClear()
688 .that(TestWallpaperService.Companion.getDestroyCount()) in testClear()
1246 TestWallpaperService.Companion.resetCounts(); in testEngineCallbackCountsParam()
1257 int actualCreateCount = TestWallpaperService.Companion.getCreateCount(); in testEngineCallbackCountsParam()
1266 int actualDestroyCount = TestWallpaperService.Companion.getDestroyCount(); in testEngineCallbackCountsParam()