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.java310 final Object mAgentConnectLock = new Object(); field in class:BackupManagerService
2368 synchronized(mAgentConnectLock) {
2382 mAgentConnectLock.wait(5000);
9851 synchronized(mAgentConnectLock) {
9861 mAgentConnectLock.notifyAll();
9870 synchronized(mAgentConnectLock) {
9878 mAgentConnectLock.notifyAll();

Completed in 74 milliseconds