Searched refs:gsmCdmaConnection (Results 1 – 1 of 1) sorted by relevance
211 for (GsmCdmaConnection gsmCdmaConnection : mConnections) { in reset()212 if (gsmCdmaConnection != null) { in reset()213 gsmCdmaConnection.onDisconnect(DisconnectCause.ERROR_UNSPECIFIED); in reset()214 gsmCdmaConnection.dispose(); in reset()1632 GsmCdmaConnection gsmCdmaConnection = (GsmCdmaConnection)conn; in handleMessage() local1633 dialString = gsmCdmaConnection.getOrigDialString(); in handleMessage()1634 gsmCdmaConnection.getCall().detach(gsmCdmaConnection); in handleMessage()1635 mDroppedDuringPoll.remove(gsmCdmaConnection); in handleMessage()1758 for (GsmCdmaConnection gsmCdmaConnection : mConnections) { in dispatchCsCallRadioTech()1759 if (gsmCdmaConnection != null) { in dispatchCsCallRadioTech()[all …]