Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java168 private final int mRejectCause; field in NetworkRegistrationInfo
217 mRejectCause = rejectCause; in NetworkRegistrationInfo()
270 mRejectCause = source.readInt(); in NetworkRegistrationInfo()
294 mRejectCause = nri.mRejectCause; in NetworkRegistrationInfo()
420 return mRejectCause; in getRejectCause()
514 .append(" rejectCause=").append(mRejectCause) in toString()
529 mAccessNetworkTechnology, mRejectCause, mEmergencyOnly, mAvailableServices, in hashCode()
547 && mRejectCause == other.mRejectCause in equals()
563 dest.writeInt(mRejectCause); in writeToParcel()
658 private int mRejectCause; field in NetworkRegistrationInfo.Builder
[all …]