Searched refs:mGrantEventWait (Results 1 – 2 of 2) sorted by relevance
96 private final Semaphore mGrantEventWait = new Semaphore(0); field in AppFocusTest.FocusOwnershipCallback107 mGrantEventWait.release(); in onAppFocusOwnershipGranted()
353 private final Semaphore mGrantEventWait = new Semaphore(0); field in CarAppFocusManagerTest.FocusOwnershipCallback375 if (!mGrantEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) { in waitForOwnershipGrantAndAssert()396 mGrantEventWait.release(); in onAppFocusOwnershipGranted()