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()137 + mHandoverConnections.toString()); in notifySrvccState()258 for (Connection hoConn : mHandoverConnections) { in getRingingHandoverConnection()
811 int handoverConnectionsSize = mHandoverConnections.size(); in handlePollCalls()898 mHandoverConnections.remove(hoConnection); in handlePollCalls()901 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1099 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1152 if (handoverConnectionsSize > 0 && mHandoverConnections.size() == 0) { in handlePollCalls()