Searched refs:mHandoverConnections (Results 1 – 2 of 2) sorted by relevance
47 protected ArrayList<Connection> mHandoverConnections = new ArrayList<Connection>(); field in CallTracker100 for (Connection hoConn : mHandoverConnections) { in getHoConnection()107 for (Connection hoConn : mHandoverConnections) { in getHoConnection()120 mHandoverConnections.addAll(c); in notifySrvccState()124 mHandoverConnections.clear(); in notifySrvccState()126 log("notifySrvccState: mHandoverConnections= " + mHandoverConnections.toString()); in notifySrvccState()
769 int handoverConnectionsSize = mHandoverConnections.size(); in handlePollCalls()850 mHandoverConnections.remove(hoConnection); in handlePollCalls()853 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1046 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1099 if (handoverConnectionsSize > 0 && mHandoverConnections.size() == 0) { in handlePollCalls()