Searched refs:EngineCallbackCountdown (Results 1 – 2 of 2) sorted by relevance
73 TestWallpaperService.EngineCallbackCountdown callback = in runAndAwaitChanges()74 new TestWallpaperService.EngineCallbackCountdown(onCreateCount, onDestroyCount, in runAndAwaitChanges()
331 class EngineCallbackCountdown(create: Int, destroy: Int, surfaceCreate: Int) : EngineCallback { class