Home
last modified time | relevance | path

Searched refs:mCause (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcFailCauseTest.java39 public final int mCause; field in DcFailCauseTest.DcFailCauseData
43 mCause = cause; in DcFailCauseData()
149 assertEquals("cause = " + data.mCause, data.mPermanentFailure, DcFailCause.fromInt( in testPermanentFailDefault()
150 data.mCause).isPermanentFailure(mContext, mPhone.getSubId())); in testPermanentFailDefault()
168 if (DcFailCause.fromInt(data.mCause).equals( in testPermanentFailConfigured()
170 DcFailCause.fromInt(data.mCause).equals(DcFailCause.TETHERED_CALL_ACTIVE)) { in testPermanentFailConfigured()
171 assertTrue("cause = " + data.mCause, DcFailCause.fromInt(data.mCause). in testPermanentFailConfigured()
174 assertFalse("cause = " + data.mCause, DcFailCause.fromInt(data.mCause). in testPermanentFailConfigured()
185 assertEquals("cause = " + data.mCause, data.mEventLoggable, in testEventLoggable()
186 DcFailCause.fromInt(data.mCause).isEventLoggable()); in testEventLoggable()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipConnectionBase.java129 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause); in setDisconnectCause()
130 mCause = cause; in setDisconnectCause()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java329 mCause = cause; in setDisconnectCause()
429 mCause = DisconnectCause.LOCAL; in onHangupLocal()
436 if (mCause != DisconnectCause.LOCAL || cause == DisconnectCause.INCOMING_REJECTED) { in onDisconnect()
437 mCause = cause; in onDisconnect()
453 notifyDisconnect(mCause); in onDisconnect()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java322 mPendingMO.mCause = DisconnectCause.INVALID_NUMBER; in dial()
432 mPendingMO.mCause = DisconnectCause.INVALID_NUMBER; in dial()
1013 if (conn.mCause == DisconnectCause.LOCAL) { in handlePollCalls()
1020 log("missed/rejected call, conn.cause=" + conn.mCause); in handlePollCalls()
1027 } else if (conn.mCause == DisconnectCause.LOCAL in handlePollCalls()
1028 || conn.mCause == DisconnectCause.INVALID_NUMBER) { in handlePollCalls()
1030 hasAnyCallDisconnected |= conn.onDisconnect(conn.mCause); in handlePollCalls()
DConnection.java198 protected int mCause = DisconnectCause.NOT_DISCONNECTED; field in Connection
388 return mCause; in getDisconnectCause()
DGsmCdmaConnection.java424 mCause = DisconnectCause.LOCAL; in onHangupLocal()
586 mCause = cause; in onDisconnect()