Searched refs:mEventLatches (Results 1 – 1 of 1) sorted by relevance
58 private final List<CountDownLatch> mEventLatches = new ArrayList<>(); field in TestSensorEventListener106 synchronized (mEventLatches) { in onSensorChanged()107 for (CountDownLatch latch : mEventLatches) { in onSensorChanged()131 synchronized (mEventLatches) { in getLatchForSensorEvents()132 mEventLatches.add(latch); in getLatchForSensorEvents()331 synchronized (mEventLatches) { in waitForEvents()332 mEventLatches.remove(latch); in waitForEvents()