Searched refs:hoConnection (Results 1 – 1 of 1) sorted by relevance
924 Connection hoConnection = getHoConnection(dc); in handlePollCalls() local925 if (hoConnection != null) { in handlePollCalls()928 mConnections[i].migrateFrom(hoConnection); in handlePollCalls()931 if (hoConnection.mPreHandoverState != GsmCdmaCall.State.ACTIVE && in handlePollCalls()932 hoConnection.mPreHandoverState != GsmCdmaCall.State.HOLDING && in handlePollCalls()939 mHandoverConnections.remove(hoConnection); in handlePollCalls()948 + hoConnection + c.mPreHandoverState); in handlePollCalls()1144 Connection hoConnection = it.next(); in handlePollCalls() local1145 log("handlePollCalls - disconnect hoConn= " + hoConnection + in handlePollCalls()1146 " hoConn.State= " + hoConnection.getState()); in handlePollCalls()[all …]