Searched refs:handoffLock (Results 1 – 1 of 1) sorted by relevance
503 final MutableBoolean handoffLock = new MutableBoolean(false); in startBugreport() local505 synchronized (handoffLock) { in startBugreport()509 synchronized (handoffLock) { in startBugreport()510 handoffLock.value = true; in startBugreport()511 handoffLock.notifyAll(); in startBugreport()529 while (!handoffLock.value) { // handle the rare case of a spurious wakeup in startBugreport()530 handoffLock.wait(DEFAULT_BUGREPORT_SERVICE_TIMEOUT_MILLIS); in startBugreport()