Searched refs:mFlushLatches (Results 1 – 1 of 1) sorted by relevance
59 private final List<CountDownLatch> mFlushLatches = new ArrayList<>(); field in TestSensorEventListener140 synchronized (mFlushLatches) { in getLatchForFlushCompleteEvent()141 mFlushLatches.add(latch); in getLatchForFlushCompleteEvent()156 synchronized (mFlushLatches) { in onFlushCompleted()157 for (CountDownLatch latch : mFlushLatches) { in onFlushCompleted()281 synchronized (mFlushLatches) { in waitForFlushComplete()282 mFlushLatches.remove(latch); in waitForFlushComplete()