Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRatRatcheterTest.java87 int domain, int accessNetworkTechnology, boolean isUsingCarrierAggregation) { in createNetworkRegistrationInfo() argument
97 accessNetworkTechnology, // accessNetworkTechnology in createNetworkRegistrationInfo()
111 private void setNetworkRegistrationInfo(ServiceState ss, int accessNetworkTechnology) { in setNetworkRegistrationInfo() argument
118 if (accessNetworkTechnology == TelephonyManager.NETWORK_TYPE_LTE_CA) { in setNetworkRegistrationInfo()
123 accessNetworkTechnology, isUsingCarrierAggregation); in setNetworkRegistrationInfo()
125 accessNetworkTechnology, isUsingCarrierAggregation); in setNetworkRegistrationInfo()
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java245 @NetworkType int accessNetworkTechnology, int rejectCause, in NetworkRegistrationInfo() argument
254 mAccessNetworkTechnology = accessNetworkTechnology; in NetworkRegistrationInfo()
269 int registrationState, int accessNetworkTechnology, in NetworkRegistrationInfo() argument
275 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo()
287 int registrationState, int accessNetworkTechnology, in NetworkRegistrationInfo() argument
295 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo()
824 @NetworkType int accessNetworkTechnology) { in setAccessNetworkTechnology()
825 mAccessNetworkTechnology = accessNetworkTechnology; in setAccessNetworkTechnology()