Searched refs:gsmCdmaConnection (Results 1 – 1 of 1) sorted by relevance
200 for (GsmCdmaConnection gsmCdmaConnection : mConnections) { in reset()201 if (gsmCdmaConnection != null) { in reset()202 gsmCdmaConnection.onDisconnect(DisconnectCause.ERROR_UNSPECIFIED); in reset()203 gsmCdmaConnection.dispose(); in reset()1563 GsmCdmaConnection gsmCdmaConnection = (GsmCdmaConnection)conn; in handleMessage() local1564 dialString = gsmCdmaConnection.getOrigDialString(); in handleMessage()1565 gsmCdmaConnection.getCall().detach(gsmCdmaConnection); in handleMessage()1566 mDroppedDuringPoll.remove(gsmCdmaConnection); in handleMessage()1689 for (GsmCdmaConnection gsmCdmaConnection : mConnections) { in dispatchCsCallRadioTech()1690 if (gsmCdmaConnection != null) { in dispatchCsCallRadioTech()[all …]