Searched refs:mHandoverConnections (Results 1 – 2 of 2) sorted by relevance
49 protected ArrayList<Connection> mHandoverConnections = new ArrayList<Connection>(); field in CallTracker110 for (Connection hoConn : mHandoverConnections) { in getHoConnection()117 for (Connection hoConn : mHandoverConnections) { in getHoConnection()130 mHandoverConnections.addAll(c); in notifySrvccState()134 mHandoverConnections.clear(); in notifySrvccState()136 log("notifySrvccState: mHandoverConnections= " + mHandoverConnections.toString()); in notifySrvccState()257 for (Connection hoConn : mHandoverConnections) { in getRingingHandoverConnection()
811 int handoverConnectionsSize = mHandoverConnections.size(); in handlePollCalls()895 mHandoverConnections.remove(hoConnection); in handlePollCalls()898 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1097 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1150 if (handoverConnectionsSize > 0 && mHandoverConnections.size() == 0) { in handlePollCalls()