Searched refs:mEventLatches (Results 1 – 1 of 1) sorted by relevance
58 private final List<CountDownLatch> mEventLatches = new ArrayList<>(); field in TestSensorEventListener103 synchronized (mEventLatches) { in onSensorChanged()104 for (CountDownLatch latch : mEventLatches) { in onSensorChanged()128 synchronized (mEventLatches) { in getLatchForSensorEvents()129 mEventLatches.add(latch); in getLatchForSensorEvents()318 synchronized (mEventLatches) { in waitForEvents()319 mEventLatches.remove(latch); in waitForEvents()