Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DTestWallpaperService.kt333 private val destroyLatch = CountDownLatch(destroy) constant
339 EngineCallback.Event.DESTROY -> destroyLatch.countDown() in onEvent()
346 destroyLatch.await(time, units) && in awaitEvents()