Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java245 @NetworkType int accessNetworkTechnology, int rejectCause, in NetworkRegistrationInfo() argument
255 mRejectCause = rejectCause; in NetworkRegistrationInfo()
270 int rejectCause, boolean emergencyOnly, in NetworkRegistrationInfo() argument
275 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo()
288 int rejectCause, boolean emergencyOnly, in NetworkRegistrationInfo() argument
295 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo()
840 public @NonNull Builder setRejectCause(int rejectCause) { in setRejectCause() argument
841 mRejectCause = rejectCause; in setRejectCause()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java378 final int rejectCause = regResult.reasonForDenial; in getNetworkRegistrationInfo() local