Searched refs:mAgentConnectLock (Results 1 – 1 of 1) sorted by relevance
268 private final Object mAgentConnectLock = new Object(); field in BackupManagerService1480 synchronized (mAgentConnectLock) { in bindToAgentSynchronous()1494 mAgentConnectLock.wait(5000); in bindToAgentSynchronous()3245 synchronized (mAgentConnectLock) { in agentConnected()3255 mAgentConnectLock.notifyAll(); in agentConnected()3265 synchronized (mAgentConnectLock) { in agentDisconnected()3273 mAgentConnectLock.notifyAll(); in agentDisconnected()