Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java202 private final int mRejectCause; field in NetworkRegistrationInfo
258 mRejectCause = rejectCause; in NetworkRegistrationInfo()
310 mRejectCause = source.readInt(); in NetworkRegistrationInfo()
337 mRejectCause = nri.mRejectCause; in NetworkRegistrationInfo()
503 return mRejectCause; in getRejectCause()
632 .append(" rejectCause=").append(mRejectCause) in toString()
649 mAccessNetworkTechnology, mRejectCause, mEmergencyOnly, mAvailableServices, in hashCode()
668 && mRejectCause == other.mRejectCause in equals()
690 dest.writeInt(mRejectCause); in writeToParcel()
789 private int mRejectCause; field in NetworkRegistrationInfo.Builder
[all …]