Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsSelfManagedConnectionService.java22 synchronized (mConnectionsLock) {
32 Object mConnectionsLock = new Object(); field in CtsSelfManagedConnectionService
59 synchronized (mConnectionsLock) { in getConnections()
70 synchronized (mConnectionsLock) { in waitForAndGetConnection()
107 synchronized (mConnectionsLock) { in createConnection()
DCtsConnectionService.java42 synchronized (mConnectionsLock) {
52 private Object mConnectionsLock = new Object(); field in CtsConnectionService
79 synchronized (mConnectionsLock) { in getConnections()
90 synchronized (mConnectionsLock) { in waitForAndGetConnection()
151 synchronized (mConnectionsLock) { in createManagedConnection()