Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DAppFocusTest.java93 private final Semaphore mLossEventWait = new Semaphore(0); field in AppFocusTest.FocusOwnershipCallback
100 if (!mLossEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) { in waitForOwnershipLossAndAssert()
120 mLossEventWait.release(); in onAppFocusOwnershipLost()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java357 private final Semaphore mLossEventWait = new Semaphore(0); field in CarAppFocusManagerTest.FocusOwnershipCallback
372 if (!mLossEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) { in waitForOwnershipLossAndAssert()
395 mLossEventWait.release(); in onAppFocusOwnershipLost()