Searched refs:hoConnection (Results 1 – 1 of 1) sorted by relevance
812 Connection hoConnection = getHoConnection(dc); in handlePollCalls() local813 if (hoConnection != null) { in handlePollCalls()815 mConnections[i].migrateFrom(hoConnection); in handlePollCalls()818 if (hoConnection.mPreHandoverState != GsmCdmaCall.State.ACTIVE && in handlePollCalls()819 hoConnection.mPreHandoverState != GsmCdmaCall.State.HOLDING && in handlePollCalls()824 mHandoverConnections.remove(hoConnection); in handlePollCalls()833 + hoConnection + c.mPreHandoverState); in handlePollCalls()1021 Connection hoConnection = it.next(); in handlePollCalls() local1022 log("handlePollCalls - disconnect hoConn= " + hoConnection + in handlePollCalls()1023 " hoConn.State= " + hoConnection.getState()); in handlePollCalls()[all …]