Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java253 private final int mRejectCause; field in NetworkRegistrationInfo
318 mRejectCause = rejectCause; in NetworkRegistrationInfo()
378 mRejectCause = source.readInt(); in NetworkRegistrationInfo()
408 mRejectCause = nri.mRejectCause; in NetworkRegistrationInfo()
666 return mRejectCause; in getRejectCause()
834 .append(" rejectCause=").append(mRejectCause) in toString()
854 mRoamingType, mAccessNetworkTechnology, mRejectCause, mEmergencyOnly, in hashCode()
874 && mRejectCause == other.mRejectCause in equals()
898 dest.writeInt(mRejectCause); in writeToParcel()
998 private int mRejectCause; field in NetworkRegistrationInfo.Builder
[all …]