Searched refs:hoConnection (Results 1 – 1 of 1) sorted by relevance
838 Connection hoConnection = getHoConnection(dc); in handlePollCalls() local839 if (hoConnection != null) { in handlePollCalls()841 mConnections[i].migrateFrom(hoConnection); in handlePollCalls()844 if (hoConnection.mPreHandoverState != GsmCdmaCall.State.ACTIVE && in handlePollCalls()845 hoConnection.mPreHandoverState != GsmCdmaCall.State.HOLDING && in handlePollCalls()850 mHandoverConnections.remove(hoConnection); in handlePollCalls()859 + hoConnection + c.mPreHandoverState); in handlePollCalls()1048 Connection hoConnection = it.next(); in handlePollCalls() local1049 log("handlePollCalls - disconnect hoConn= " + hoConnection + in handlePollCalls()1050 " hoConn.State= " + hoConnection.getState()); in handlePollCalls()[all …]