Searched refs:TestWallpaperService (Results 1 – 6 of 6) sorted by relevance
21 public class TestLiveWallpaperSupportingAmbientMode extends TestWallpaperService {
21 public class TestLiveWallpaperNoUnfoldTransition extends TestWallpaperService {
21 public class TestLiveWallpaper extends TestWallpaperService {
73 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()
41 abstract class TestWallpaperService : WallpaperService() { class45 private val TAG = TestWallpaperService::class.java.simpleName
209 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()