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, int callDirection) { in GsmConnection() argument
26 super(connection, telecomCallId, callDirection); in GsmConnection()
DCdmaConnection.java85 String telecomCallId) { in CdmaConnection() argument
86 super(connection, telecomCallId, callDirection); in CdmaConnection()
DTelephonyConnectionService.java1800 String telecomCallId) { in createConnectionFor() argument
1802 telecomCallId, false); in createConnectionFor()
1810 String telecomCallId, in createConnectionFor() argument
1817 returnConnection = new GsmConnection(originalConnection, telecomCallId, callDirection); in createConnectionFor()
1821 allowsMute, callDirection, telecomCallId); in createConnectionFor()