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.java87 private final ArrayList<CountDownLatch> mWaitForUserLatches = new ArrayList<CountDownLatch>(); field in BaseSensorTestActivity
163 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()