Searched refs:mHangupDisconnectCause (Results 1 – 1 of 1) sorted by relevance
389 if (mHangupDisconnectCause != DisconnectCause.NOT_VALID) { in onOriginalConnectionRedialed()942 private int mHangupDisconnectCause = DisconnectCause.NOT_VALID; field in TelephonyConnection2198 mHangupDisconnectCause = telephonyDisconnectCode; in hangup()2239 mHangupDisconnectCause = android.telephony.DisconnectCause.INCOMING_REJECTED; in reject()2526 mShowPreciseFailedCause, mHangupDisconnectCause)) { in updateStateInternal()2551 if ((mHangupDisconnectCause != DisconnectCause.NOT_VALID) in updateStateInternal()2552 && (mHangupDisconnectCause != disconnectCause)) { in updateStateInternal()2554 + " -> " + mHangupDisconnectCause); in updateStateInternal()2555 disconnectCause = mHangupDisconnectCause; in updateStateInternal()