Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DGsmConnection.java25 GsmConnection(Connection connection, String telecomCallId, boolean isOutgoing) { in GsmConnection() argument
26 super(connection, telecomCallId, isOutgoing); in GsmConnection()
DCdmaConnection.java85 String telecomCallId) { in CdmaConnection() argument
86 super(connection, telecomCallId, isOutgoing); in CdmaConnection()
DTelephonyConnectionService.java1304 String telecomCallId, in createConnectionFor() argument
1310 returnConnection = new GsmConnection(originalConnection, telecomCallId, isOutgoing); in createConnectionFor()
1314 allowsMute, isOutgoing, telecomCallId); in createConnectionFor()