Searched refs:mWaitForUserLatches (Results 1 – 1 of 1) sorted by relevance
87 private final ArrayList<CountDownLatch> mWaitForUserLatches = new ArrayList<CountDownLatch>(); field in BaseSensorTestActivity163 synchronized (mWaitForUserLatches) { in onClick()164 for (CountDownLatch latch : mWaitForUserLatches) { in onClick()167 mWaitForUserLatches.clear(); in onClick()288 synchronized (mWaitForUserLatches) { in waitForUser()289 mWaitForUserLatches.add(latch); in waitForUser()