Searched refs:mWaitForUserLatches (Results 1 – 1 of 1) sorted by relevance
86 private final ArrayList<CountDownLatch> mWaitForUserLatches = new ArrayList<CountDownLatch>(); field in BaseSensorTestActivity171 synchronized (mWaitForUserLatches) { in onClick()172 for (CountDownLatch latch : mWaitForUserLatches) { in onClick()175 mWaitForUserLatches.clear(); in onClick()186 synchronized (mWaitForUserLatches) { in onClick()187 for (CountDownLatch latch : mWaitForUserLatches) { in onClick()190 mWaitForUserLatches.clear(); in onClick()316 synchronized (mWaitForUserLatches) { in waitForUser()317 mWaitForUserLatches.add(latch); in waitForUser()