Searched refs:mHandoverConnections (Results 1 – 2 of 2) sorted by relevance
50 protected ArrayList<Connection> mHandoverConnections = new ArrayList<Connection>(); field in CallTracker107 for (Connection hoConn : mHandoverConnections) { in getHoConnection()114 for (Connection hoConn : mHandoverConnections) { in getHoConnection()127 mHandoverConnections.addAll(c); in notifySrvccState()131 mHandoverConnections.clear(); in notifySrvccState()133 log("notifySrvccState: mHandoverConnections= " + mHandoverConnections.toString()); in notifySrvccState()
820 int handoverConnectionsSize = mHandoverConnections.size(); in handlePollCalls()903 mHandoverConnections.remove(hoConnection); in handlePollCalls()906 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1101 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1154 if (handoverConnectionsSize > 0 && mHandoverConnections.size() == 0) { in handlePollCalls()