Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DNetworkRegistrationInfo.java202 private final int mRejectCause; field in NetworkRegistrationInfo
258 mRejectCause = rejectCause; in NetworkRegistrationInfo()
311 mRejectCause = source.readInt(); in NetworkRegistrationInfo()
338 mRejectCause = nri.mRejectCause; in NetworkRegistrationInfo()
505 return mRejectCause; in getRejectCause()
636 .append(" rejectCause=").append(mRejectCause) in toString()
654 mAccessNetworkTechnology, mRejectCause, mEmergencyOnly, mAvailableServices, in hashCode()
673 && mRejectCause == other.mRejectCause in equals()
695 dest.writeInt(mRejectCause); in writeToParcel()
794 private int mRejectCause; field in NetworkRegistrationInfo.Builder
[all …]