Searched refs:mHangupDisconnectCause (Results 1 – 1 of 1) sorted by relevance
802 private int mHangupDisconnectCause = DisconnectCause.NOT_VALID; field in TelephonyConnection1861 mHangupDisconnectCause = telephonyDisconnectCode; in hangup()1901 mHangupDisconnectCause = android.telephony.DisconnectCause.INCOMING_REJECTED; in reject()2161 if ((mHangupDisconnectCause != DisconnectCause.NOT_VALID) in updateStateInternal()2162 && (mHangupDisconnectCause != disconnectCause)) { in updateStateInternal()2164 + " -> " + mHangupDisconnectCause); in updateStateInternal()2165 disconnectCause = mHangupDisconnectCause; in updateStateInternal()