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()1561 GsmCdmaConnection gsmCdmaConnection = (GsmCdmaConnection)conn; in handleMessage() local1562 dialString = gsmCdmaConnection.getOrigDialString(); in handleMessage()1563 gsmCdmaConnection.getCall().detach(gsmCdmaConnection); in handleMessage()1564 mDroppedDuringPoll.remove(gsmCdmaConnection); in handleMessage()1687 for (GsmCdmaConnection gsmCdmaConnection : mConnections) { in dispatchCsCallRadioTech()1688 if (gsmCdmaConnection != null) { in dispatchCsCallRadioTech()[all …]