Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DNetworkRegistrationInfo.java296 @NetworkType int accessNetworkTechnology, int rejectCause, in NetworkRegistrationInfo() argument
309 mRejectCause = rejectCause; in NetworkRegistrationInfo()
329 int rejectCause, boolean emergencyOnly, in NetworkRegistrationInfo() argument
334 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo()
346 int rejectCause, boolean emergencyOnly, in NetworkRegistrationInfo() argument
352 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo()
1080 public @NonNull Builder setRejectCause(int rejectCause) { in setRejectCause() argument
1081 mRejectCause = rejectCause; in setRejectCause()