Searched refs:telecomCallId (Results 1 – 3 of 3) sorted by relevance
25 GsmConnection(Connection connection, String telecomCallId) { in GsmConnection() argument26 super(connection, telecomCallId); in GsmConnection()
81 String telecomCallId) { in CdmaConnection() argument82 super(connection, telecomCallId); in CdmaConnection()
548 String telecomCallId, in createConnectionFor() argument553 returnConnection = new GsmConnection(originalConnection, telecomCallId); in createConnectionFor()557 allowsMute, isOutgoing, telecomCallId); in createConnectionFor()