Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsConnectionService.java219 ConnectionService telecomConn = getTelecomConnection(); in addConferenceToTelecom() local
220 if (telecomConn != null) { in addConferenceToTelecom()
221 telecomConn.addConference(conference); in addConferenceToTelecom()
230 ConnectionService telecomConn = getTelecomConnection(); in addExistingConnectionToTelecom() local
231 if (telecomConn != null) { in addExistingConnectionToTelecom()
232 telecomConn.addExistingConnection(phoneAccountHandle, connection); in addExistingConnectionToTelecom()
240 ConnectionService telecomConn = getTelecomConnection(); in getAllConnectionsFromTelecom() local
241 if (telecomConn == null) { in getAllConnectionsFromTelecom()
244 return telecomConn.getAllConnections(); in getAllConnectionsFromTelecom()
250 ConnectionService telecomConn = getTelecomConnection(); in createRemoteOutgoingConnectionToTelecom() local
[all …]