Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTestUtils.java73 TestWallpaperService.EngineCallbackCountdown callback = in runAndAwaitChanges()
74 new TestWallpaperService.EngineCallbackCountdown(onCreateCount, onDestroyCount, in runAndAwaitChanges()
DTestWallpaperService.kt331 class EngineCallbackCountdown(create: Int, destroy: Int, surfaceCreate: Int) : EngineCallback { class