Searched refs:mWaitForWakeUpLatch (Results 1 – 1 of 1) sorted by relevance
25 private final List<CountDownLatch> mWaitForWakeUpLatch = new ArrayList<>(); field in SuspendStateMonitor45 synchronized(mWaitForWakeUpLatch) { in waitForWakeUp()46 mWaitForWakeUpLatch.add(latch); in waitForWakeUp()69 synchronized(mWaitForWakeUpLatch) { in run()70 for (CountDownLatch latch : mWaitForWakeUpLatch) { in run()