Searched refs:mLossEventWait (Results 1 – 2 of 2) sorted by relevance
94 private final Semaphore mLossEventWait = new Semaphore(0); field in AppFocusTest.FocusOwnershipCallback101 mLossEventWait.release(); in onAppFocusOwnershipLost()
351 private final Semaphore mLossEventWait = new Semaphore(0); field in CarAppFocusManagerTest.FocusOwnershipCallback366 if (!mLossEventWait.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) { in waitForOwnershipLossAndAssert()389 mLossEventWait.release(); in onAppFocusOwnershipLost()