Searched refs:sTelecomConnectionService (Results 1 – 2 of 2) sorted by relevance
58 private static ConnectionService sTelecomConnectionService; field in CtsConnectionService64 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 …]
50 private static ConnectionService sTelecomConnectionService; field in CtsRemoteConnectionService55 if (sTelecomConnectionService != null) { in CtsRemoteConnectionService()58 sTelecomConnectionService = this; in CtsRemoteConnectionService()160 sTelecomConnectionService.addConference(conference); in addConferenceToTelecom()