Home
last modified time | relevance | path

Searched refs:mWaitForUserLatches (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DBaseGnssTestActivity.java81 private final ArrayList<CountDownLatch> mWaitForUserLatches = new ArrayList<CountDownLatch>(); field in BaseGnssTestActivity
146 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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java88 private final ArrayList<CountDownLatch> mWaitForUserLatches = new ArrayList<CountDownLatch>(); field in BaseSensorTestActivity
185 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()