Searched refs:telecomConn (Results 1 – 1 of 1) sorted by relevance
219 ConnectionService telecomConn = getTelecomConnection(); in addConferenceToTelecom() local220 if (telecomConn != null) { in addConferenceToTelecom()221 telecomConn.addConference(conference); in addConferenceToTelecom()230 ConnectionService telecomConn = getTelecomConnection(); in addExistingConnectionToTelecom() local231 if (telecomConn != null) { in addExistingConnectionToTelecom()232 telecomConn.addExistingConnection(phoneAccountHandle, connection); in addExistingConnectionToTelecom()240 ConnectionService telecomConn = getTelecomConnection(); in getAllConnectionsFromTelecom() local241 if (telecomConn == null) { in getAllConnectionsFromTelecom()244 return telecomConn.getAllConnections(); in getAllConnectionsFromTelecom()250 ConnectionService telecomConn = getTelecomConnection(); in createRemoteOutgoingConnectionToTelecom() local[all …]