Searched refs:mFlushLatches (Results 1 – 1 of 1) sorted by relevance
59 private final List<CountDownLatch> mFlushLatches = new ArrayList<>(); field in TestSensorEventListener143 synchronized (mFlushLatches) { in getLatchForFlushCompleteEvent()144 mFlushLatches.add(latch); in getLatchForFlushCompleteEvent()159 synchronized (mFlushLatches) { in onFlushCompleted()160 for (CountDownLatch latch : mFlushLatches) { in onFlushCompleted()291 synchronized (mFlushLatches) { in waitForFlushComplete()292 mFlushLatches.remove(latch); in waitForFlushComplete()