Searched refs:mWaitForUserLatches (Results 1 – 2 of 2) sorted by relevance
81 private final ArrayList<CountDownLatch> mWaitForUserLatches = new ArrayList<CountDownLatch>(); field in BaseGnssTestActivity146 synchronized (mWaitForUserLatches) { in onClick()147 for (CountDownLatch latch : mWaitForUserLatches) { in onClick()150 mWaitForUserLatches.clear(); in onClick()248 synchronized (mWaitForUserLatches) { in waitForUser()249 mWaitForUserLatches.add(latch); in waitForUser()
88 private final ArrayList<CountDownLatch> mWaitForUserLatches = new ArrayList<CountDownLatch>(); field in BaseSensorTestActivity164 synchronized (mWaitForUserLatches) { in onClick()165 for (CountDownLatch latch : mWaitForUserLatches) { in onClick()168 mWaitForUserLatches.clear(); in onClick()289 synchronized (mWaitForUserLatches) { in waitForUser()290 mWaitForUserLatches.add(latch); in waitForUser()