Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DAppFocusTest.java96 private final Semaphore mGrantEventWait = new Semaphore(0); field in AppFocusTest.FocusOwnershipCallback
109 if (!mGrantEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) { in waitForOwnershipGrantAndAssert()
127 mGrantEventWait.release(); in onAppFocusOwnershipGranted()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java359 private final Semaphore mGrantEventWait = new Semaphore(0); field in CarAppFocusManagerTest.FocusOwnershipCallback
381 if (!mGrantEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) { in waitForOwnershipGrantAndAssert()
402 mGrantEventWait.release(); in onAppFocusOwnershipGranted()