Searched refs:mHandoverConnections (Results 1 – 2 of 2) sorted by relevance
44 protected ArrayList<Connection> mHandoverConnections = new ArrayList<Connection>(); field in CallTracker97 for (Connection hoConn : mHandoverConnections) { in getHoConnection()104 for (Connection hoConn : mHandoverConnections) { in getHoConnection()117 mHandoverConnections.addAll(c); in notifySrvccState()121 mHandoverConnections.clear(); in notifySrvccState()123 log("notifySrvccState: mHandoverConnections= " + mHandoverConnections.toString()); in notifySrvccState()
824 mHandoverConnections.remove(hoConnection); in handlePollCalls()827 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()1019 for (Iterator<Connection> it = mHandoverConnections.iterator(); in handlePollCalls()