Searched refs:hoConnection (Results 1 – 1 of 1) sorted by relevance
945 Connection hoConnection = getHoConnection(dc); in handlePollCalls() local946 if (hoConnection != null) { in handlePollCalls()949 mConnections[i].migrateFrom(hoConnection); in handlePollCalls()952 if (hoConnection.mPreHandoverState != GsmCdmaCall.State.ACTIVE && in handlePollCalls()953 hoConnection.mPreHandoverState != GsmCdmaCall.State.HOLDING && in handlePollCalls()960 mHandoverConnections.remove(hoConnection); in handlePollCalls()969 + hoConnection + c.mPreHandoverState); in handlePollCalls()1170 Connection hoConnection = it.next(); in handlePollCalls() local1171 log("handlePollCalls - disconnect hoConn= " + hoConnection + in handlePollCalls()1172 " hoConn.State= " + hoConnection.getState()); in handlePollCalls()[all …]