Searched refs:accessNetworkTechnology (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | NetworkRegistrationInfo.java | 296 @NetworkType int accessNetworkTechnology, int rejectCause, in NetworkRegistrationInfo() argument 308 setAccessNetworkTechnology(accessNetworkTechnology); in NetworkRegistrationInfo() 328 int registrationState, int accessNetworkTechnology, in NetworkRegistrationInfo() argument 334 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo() 345 int registrationState, int accessNetworkTechnology, in NetworkRegistrationInfo() argument 352 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo() 1064 @NetworkType int accessNetworkTechnology) { in setAccessNetworkTechnology() 1065 mAccessNetworkTechnology = accessNetworkTechnology; in setAccessNetworkTechnology()
|