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) { in GsmConnection() argument
26 super(connection, telecomCallId); in GsmConnection()
DCdmaConnection.java81 String telecomCallId) { in CdmaConnection() argument
82 super(connection, telecomCallId); in CdmaConnection()
DTelephonyConnectionService.java548 String telecomCallId, in createConnectionFor() argument
553 returnConnection = new GsmConnection(originalConnection, telecomCallId); in createConnectionFor()
557 allowsMute, isOutgoing, telecomCallId); in createConnectionFor()