Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsConnectionService.java58 private static ConnectionService sTelecomConnectionService; field in CtsConnectionService
64 sTelecomConnectionService = this; in onBindClient()
212 if (sTelecomConnectionService != null) { in addConferenceToTelecom()
213 sTelecomConnectionService.addConference(conference); in addConferenceToTelecom()
224 if (sTelecomConnectionService != null) { in addExistingConnectionToTelecom()
225 sTelecomConnectionService.addExistingConnection(phoneAccountHandle, connection); in addExistingConnectionToTelecom()
235 if (sTelecomConnectionService == null) { in getAllConnectionsFromTelecom()
238 return sTelecomConnectionService.getAllConnections(); in getAllConnectionsFromTelecom()
246 if (sTelecomConnectionService != null) { in createRemoteOutgoingConnectionToTelecom()
247 return sTelecomConnectionService.createRemoteOutgoingConnection( in createRemoteOutgoingConnectionToTelecom()
[all …]
DCtsRemoteConnectionService.java50 private static ConnectionService sTelecomConnectionService; field in CtsRemoteConnectionService
55 if (sTelecomConnectionService != null) { in CtsRemoteConnectionService()
58 sTelecomConnectionService = this; in CtsRemoteConnectionService()
160 sTelecomConnectionService.addConference(conference); in addConferenceToTelecom()