Searched refs:mRejectCause (Results 1 – 1 of 1) sorted by relevance
202 private final int mRejectCause; field in NetworkRegistrationInfo258 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 …]