Home
last modified time | relevance | path

Searched refs:handoffLock (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java503 final MutableBoolean handoffLock = new MutableBoolean(false); in startBugreport() local
505 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()