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 BaseSensorTestActivity185 synchronized (mWaitForUserLatches) { in onClick()186 for (CountDownLatch latch : mWaitForUserLatches) { in onClick()189 mWaitForUserLatches.clear(); in onClick()310 synchronized (mWaitForUserLatches) { in waitForUser()311 mWaitForUserLatches.add(latch); in waitForUser()