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.java96 private final Semaphore mGrantEventWait = new Semaphore(0); field in AppFocusTest.FocusOwnershipCallback
107 mGrantEventWait.release(); in onAppFocusOwnershipGranted()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarAppFocusManagerTest.java353 private final Semaphore mGrantEventWait = new Semaphore(0); field in CarAppFocusManagerTest.FocusOwnershipCallback
375 if (!mGrantEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) { in waitForOwnershipGrantAndAssert()
396 mGrantEventWait.release(); in onAppFocusOwnershipGranted()