Searched refs:gsmCdmaConnection (Results 1 – 1 of 1) sorted by relevance
202 for (GsmCdmaConnection gsmCdmaConnection : mConnections) { in reset()203 if (gsmCdmaConnection != null) { in reset()204 gsmCdmaConnection.onDisconnect(DisconnectCause.ERROR_UNSPECIFIED); in reset()205 gsmCdmaConnection.dispose(); in reset()1606 GsmCdmaConnection gsmCdmaConnection = (GsmCdmaConnection)conn; in handleMessage() local1607 dialString = gsmCdmaConnection.getOrigDialString(); in handleMessage()1608 gsmCdmaConnection.getCall().detach(gsmCdmaConnection); in handleMessage()1609 mDroppedDuringPoll.remove(gsmCdmaConnection); in handleMessage()1732 for (GsmCdmaConnection gsmCdmaConnection : mConnections) { in dispatchCsCallRadioTech()1733 if (gsmCdmaConnection != null) { in dispatchCsCallRadioTech()[all …]