HomeSort by relevance Sort by last modified time
    Searched refs:mLossEventWait (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
AppContextTest.java 88 private final Semaphore mLossEventWait = new Semaphore(0);
92 if (!mLossEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) {
103 mLossEventWait.release();
  /cts/tests/tests/car/src/android/car/cts/
CarAppContextManagerTest.java 219 private final Semaphore mLossEventWait = new Semaphore(0);
223 if (!mLossEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) {
235 mLossEventWait.release();
  /packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarAppContextManagerTest.java 221 private final Semaphore mLossEventWait = new Semaphore(0);
225 if (!mLossEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) {
237 mLossEventWait.release();
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarAppContextManagerTest.java 220 private final Semaphore mLossEventWait = new Semaphore(0);
224 if (!mLossEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) {
236 mLossEventWait.release();

Completed in 173 milliseconds