Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java86 private final ArrayList<CountDownLatch> mWaitForUserLatches = new ArrayList<CountDownLatch>(); field in BaseSensorTestActivity
171 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()