Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DSuspendStateMonitor.java25 private final List<CountDownLatch> mWaitForWakeUpLatch = new ArrayList<>(); field in SuspendStateMonitor
45 synchronized(mWaitForWakeUpLatch) { in waitForWakeUp()
46 mWaitForWakeUpLatch.add(latch); in waitForWakeUp()
69 synchronized(mWaitForWakeUpLatch) { in run()
70 for (CountDownLatch latch : mWaitForWakeUpLatch) { in run()