Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DAppFocusTest.java90 private final Semaphore mGrantEventWait = new Semaphore(0); field in AppFocusTest.FocusOwnershipCallback
103 if (!mGrantEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) { in waitForOwnershipGrantAndAssert()
121 mGrantEventWait.release(); in onAppFocusOwnershipGranted()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarAppFocusManagerTest.java339 private final Semaphore mGrantEventWait = new Semaphore(0); field in CarAppFocusManagerTest.FocusOwnershipCallback
361 if (!mGrantEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) { in waitForOwnershipGrantAndAssert()
382 mGrantEventWait.release(); in onAppFocusOwnershipGranted()