Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsUserLifecycleTests.java87 CountDownLatch stopUserLatch = new CountDownLatch(1); in testNoCpuDataForRemovedUser() local
91 stopUserLatch.countDown(); in testNoCpuDataForRemovedUser()
99 stopUserLatch.await(STOP_USER_TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testNoCpuDataForRemovedUser()