Searched refs:hoConnection (Results 1 – 1 of 1) sorted by relevance
883 Connection hoConnection = getHoConnection(dc); in handlePollCalls() local884 if (hoConnection != null) { in handlePollCalls()887 mConnections[i].migrateFrom(hoConnection); in handlePollCalls()890 if (hoConnection.mPreHandoverState != GsmCdmaCall.State.ACTIVE && in handlePollCalls()891 hoConnection.mPreHandoverState != GsmCdmaCall.State.HOLDING && in handlePollCalls()898 mHandoverConnections.remove(hoConnection); in handlePollCalls()907 + hoConnection + c.mPreHandoverState); in handlePollCalls()1101 Connection hoConnection = it.next(); in handlePollCalls() local1102 log("handlePollCalls - disconnect hoConn= " + hoConnection + in handlePollCalls()1103 " hoConn.State= " + hoConnection.getState()); in handlePollCalls()[all …]