Home
last modified time | relevance | path

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

/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTestBase.java101 private final CountDownLatch mActiveLatch = new CountDownLatch(1); field in DeviceStateManagerTestBase.RequestAwareThread
124 success = mActiveLatch.await(CALLBACK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in run()
155 mActiveLatch.countDown(); in onRequestActivated()