Searched defs:mAgentConnectLock (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java297 final Object mAgentConnectLock = new Object(); field in class:BackupManagerService
2117 synchronized(mAgentConnectLock) {
2130 mAgentConnectLock.wait(5000);
8740 synchronized(mAgentConnectLock) {
8750 mAgentConnectLock.notifyAll();
8759 synchronized(mAgentConnectLock) {
8767 mAgentConnectLock.notifyAll();

Completed in 46 milliseconds