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.java54 private static ConnectionService sTelecomConnectionService; field in CtsConnectionService
59 sTelecomConnectionService = this; in CtsConnectionService()
143 sTelecomConnectionService.addConference(conference); in addConferenceToTelecom()
150 sTelecomConnectionService.addExistingConnection(phoneAccountHandle, connection); in addExistingConnectionToTelecom()
156 return sTelecomConnectionService.getAllConnections(); in getAllConnectionsFromTelecom()
164 return sTelecomConnectionService.createRemoteOutgoingConnection( in createRemoteOutgoingConnectionToTelecom()
173 return sTelecomConnectionService.createRemoteIncomingConnection( in createRemoteIncomingConnectionToTelecom()
DCtsRemoteConnectionService.java50 private static ConnectionService sTelecomConnectionService; field in CtsRemoteConnectionService
55 if (sTelecomConnectionService != null) { in CtsRemoteConnectionService()
58 sTelecomConnectionService = this; in CtsRemoteConnectionService()
131 sTelecomConnectionService.addConference(conference); in addConferenceToTelecom()