Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java207 @NetworkType int accessNetworkTechnology, int rejectCause, in NetworkRegistrationInfo() argument
217 mRejectCause = rejectCause; in NetworkRegistrationInfo()
231 int rejectCause, boolean emergencyOnly, in NetworkRegistrationInfo() argument
236 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo()
249 int rejectCause, boolean emergencyOnly, in NetworkRegistrationInfo() argument
256 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo()
733 public @NonNull Builder setRejectCause(int rejectCause) { in setRejectCause() argument
734 mRejectCause = rejectCause; in setRejectCause()