Searched refs:accessNetworkTechnology (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RatRatcheterTest.java | 87 int domain, int accessNetworkTechnology, boolean isUsingCarrierAggregation) { in createNetworkRegistrationInfo() argument 97 accessNetworkTechnology, // accessNetworkTechnology in createNetworkRegistrationInfo() 110 private void setNetworkRegistrationInfo(ServiceState ss, int accessNetworkTechnology) { in setNetworkRegistrationInfo() argument 117 if (accessNetworkTechnology == TelephonyManager.NETWORK_TYPE_LTE_CA) { in setNetworkRegistrationInfo() 122 accessNetworkTechnology, isUsingCarrierAggregation); in setNetworkRegistrationInfo() 124 accessNetworkTechnology, isUsingCarrierAggregation); in setNetworkRegistrationInfo()
|
/frameworks/base/telephony/java/android/telephony/ |
D | NetworkRegistrationInfo.java | 248 @NetworkType int accessNetworkTechnology, int rejectCause, in NetworkRegistrationInfo() argument 257 setAccessNetworkTechnology(accessNetworkTechnology); in NetworkRegistrationInfo() 272 int registrationState, int accessNetworkTechnology, in NetworkRegistrationInfo() argument 278 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo() 290 int registrationState, int accessNetworkTechnology, in NetworkRegistrationInfo() argument 297 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo() 851 @NetworkType int accessNetworkTechnology) { in setAccessNetworkTechnology() 852 mAccessNetworkTechnology = accessNetworkTechnology; in setAccessNetworkTechnology()
|