Searched refs:mRemoveLock (Results 1 – 1 of 1) sorted by relevance
92 private final Object mRemoveLock = new Object(); field in AlertWindowsTests176 synchronized (mRemoveLock) { in removeAlertWindow()178 mRemoveLock.wait(WAIT_TIME_MS); in removeAlertWindow()264 synchronized (mRemoveLock) { in handleMessage()266 mRemoveLock.notifyAll(); in handleMessage()