Searched refs:telecomCallId (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telephony/src/com/android/services/telephony/ |
D | GsmConnection.java | 25 GsmConnection(Connection connection, String telecomCallId, int callDirection) { in GsmConnection() argument 26 super(connection, telecomCallId, callDirection); in GsmConnection()
|
D | CdmaConnection.java | 86 String telecomCallId) { in CdmaConnection() argument 87 super(connection, telecomCallId, callDirection); in CdmaConnection()
|
D | TelephonyConnectionService.java | 1847 String telecomCallId) { in createConnectionFor() argument 1849 telecomCallId, false); in createConnectionFor() 1857 String telecomCallId, in createConnectionFor() argument 1864 returnConnection = new GsmConnection(originalConnection, telecomCallId, callDirection); in createConnectionFor() 1868 allowsMute, callDirection, telecomCallId); in createConnectionFor()
|