Searched refs:mHandoverConnections (Results 1 – 2 of 2) sorted by relevance
55 protected ArrayList<Connection> mHandoverConnections = new ArrayList<Connection>(); field in CallTracker128 for (Connection hoConn : mHandoverConnections) { in getHoConnection()135 for (Connection hoConn : mHandoverConnections) { in getHoConnection()148 mHandoverConnections.addAll(c); in notifySrvccState()152 mHandoverConnections.clear(); in notifySrvccState()155 + mHandoverConnections.toString()); in notifySrvccState()303 for (Connection hoConn : mHandoverConnections) { in getRingingHandoverConnection()
873 int handoverConnectionsSize = mHandoverConnections.size(); in handlePollCalls()960 mHandoverConnections.remove(hoConnection); in handlePollCalls()963 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1168 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1221 if (handoverConnectionsSize > 0 && mHandoverConnections.size() == 0) { in handlePollCalls()