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.java57 private static ConnectionService sTelecomConnectionService; field in CtsConnectionService
63 sTelecomConnectionService = this; in CtsConnectionService()
80 sTelecomConnectionService = null; in tearDown()
188 sTelecomConnectionService.addConference(conference); in addConferenceToTelecom()
195 sTelecomConnectionService.addExistingConnection(phoneAccountHandle, connection); in addExistingConnectionToTelecom()
201 if (sTelecomConnectionService == null) { in getAllConnectionsFromTelecom()
204 return sTelecomConnectionService.getAllConnections(); in getAllConnectionsFromTelecom()
212 return sTelecomConnectionService.createRemoteOutgoingConnection( in createRemoteOutgoingConnectionToTelecom()
221 return sTelecomConnectionService.createRemoteIncomingConnection( in createRemoteIncomingConnectionToTelecom()
263 return sTelecomConnectionService != null; in isServiceRegisteredToTelecom()
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()