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.java89 private final ArrayList<CountDownLatch> mWaitForUserLatches = new ArrayList<CountDownLatch>(); field in BaseSensorTestActivity
174 synchronized (mWaitForUserLatches) { in onClick()
175 for (CountDownLatch latch : mWaitForUserLatches) { in onClick()
178 mWaitForUserLatches.clear(); in onClick()
189 synchronized (mWaitForUserLatches) { in onClick()
190 for (CountDownLatch latch : mWaitForUserLatches) { in onClick()
193 mWaitForUserLatches.clear(); in onClick()
322 synchronized (mWaitForUserLatches) { in waitForUser()
323 mWaitForUserLatches.add(latch); in waitForUser()