Searched refs:hoConnection (Results 1 – 1 of 1) sorted by relevance
881 Connection hoConnection = getHoConnection(dc); in handlePollCalls() local882 if (hoConnection != null) { in handlePollCalls()884 mConnections[i].migrateFrom(hoConnection); in handlePollCalls()887 if (hoConnection.mPreHandoverState != GsmCdmaCall.State.ACTIVE && in handlePollCalls()888 hoConnection.mPreHandoverState != GsmCdmaCall.State.HOLDING && in handlePollCalls()895 mHandoverConnections.remove(hoConnection); in handlePollCalls()904 + hoConnection + c.mPreHandoverState); in handlePollCalls()1099 Connection hoConnection = it.next(); in handlePollCalls() local1100 log("handlePollCalls - disconnect hoConn= " + hoConnection + in handlePollCalls()1101 " hoConn.State= " + hoConnection.getState()); in handlePollCalls()[all …]