Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java248 @NetworkType int accessNetworkTechnology, int rejectCause, in NetworkRegistrationInfo() argument
258 mRejectCause = rejectCause; in NetworkRegistrationInfo()
273 int rejectCause, boolean emergencyOnly, in NetworkRegistrationInfo() argument
278 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo()
291 int rejectCause, boolean emergencyOnly, in NetworkRegistrationInfo() argument
297 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo()
867 public @NonNull Builder setRejectCause(int rejectCause) { in setRejectCause() argument
868 mRejectCause = rejectCause; in setRejectCause()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java366 final int rejectCause = regResult.reasonForDenial; in getNetworkRegistrationInfo() local