Searched refs:mHangupDisconnectCause (Results 1 – 1 of 1) sorted by relevance
364 if (mHangupDisconnectCause != DisconnectCause.NOT_VALID) { in onOriginalConnectionRedialed()905 private int mHangupDisconnectCause = DisconnectCause.NOT_VALID; field in TelephonyConnection2147 mHangupDisconnectCause = telephonyDisconnectCode; in hangup()2187 mHangupDisconnectCause = android.telephony.DisconnectCause.INCOMING_REJECTED; in reject()2449 if ((mHangupDisconnectCause != DisconnectCause.NOT_VALID) in updateStateInternal()2450 && (mHangupDisconnectCause != disconnectCause)) { in updateStateInternal()2452 + " -> " + mHangupDisconnectCause); in updateStateInternal()2453 disconnectCause = mHangupDisconnectCause; in updateStateInternal()