Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DAppFocusTest.java94 private final Semaphore mLossEventWait = new Semaphore(0); field in AppFocusTest.FocusOwnershipCallback
101 mLossEventWait.release(); in onAppFocusOwnershipLost()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarAppFocusManagerTest.java351 private final Semaphore mLossEventWait = new Semaphore(0); field in CarAppFocusManagerTest.FocusOwnershipCallback
366 if (!mLossEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) { in waitForOwnershipLossAndAssert()
389 mLossEventWait.release(); in onAppFocusOwnershipLost()