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, boolean isOutgoing) { in GsmConnection() argument 26 super(connection, telecomCallId, isOutgoing); in GsmConnection()
|
D | CdmaConnection.java | 85 String telecomCallId) { in CdmaConnection() argument 86 super(connection, telecomCallId, isOutgoing); in CdmaConnection()
|
D | TelephonyConnectionService.java | 1304 String telecomCallId, in createConnectionFor() argument 1310 returnConnection = new GsmConnection(originalConnection, telecomCallId, isOutgoing); in createConnectionFor() 1314 allowsMute, isOutgoing, telecomCallId); in createConnectionFor()
|