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

/packages/services/Telephony/src/com/android/services/telephony/
H A DGsmConnection.java25 GsmConnection(Connection connection, String telecomCallId) { argument
26 super(connection, telecomCallId);
H A DCdmaConnection.java82 String telecomCallId) {
83 super(connection, telecomCallId);
77 CdmaConnection( Connection connection, EmergencyTonePlayer emergencyTonePlayer, boolean allowMute, boolean isOutgoing, String telecomCallId) argument
H A DTelephonyConnectionService.java765 String telecomCallId,
771 returnConnection = new GsmConnection(originalConnection, telecomCallId);
775 allowsMute, isOutgoing, telecomCallId);
760 createConnectionFor( Phone phone, com.android.internal.telephony.Connection originalConnection, boolean isOutgoing, PhoneAccountHandle phoneAccountHandle, String telecomCallId, Uri address, int videoState) argument

Completed in 209 milliseconds