Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTestUtils.java407 int expectedLockEvents = ((which & FLAG_LOCK) != 0) ? 1 : 0; in ColorChangeWaiter() local
409 mLockCountDownLatch = new CountDownLatch(expectedLockEvents); in ColorChangeWaiter()