Searched refs:accessNetworkTechnology (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | NetworkRegistrationState.java | 122 int accessNetworkTechnology, int reasonForDenial, boolean emergencyOnly, in NetworkRegistrationState() argument 127 mAccessNetworkTechnology = accessNetworkTechnology; in NetworkRegistrationState() 139 int accessNetworkTechnology, int reasonForDenial, boolean emergencyOnly, in NetworkRegistrationState() argument 142 this(transportType, domain, regState, accessNetworkTechnology, in NetworkRegistrationState() 154 int accessNetworkTechnology, int reasonForDenial, boolean emergencyOnly, in NetworkRegistrationState() argument 156 this(transportType, domain, regState, accessNetworkTechnology, in NetworkRegistrationState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 219 int accessNetworkTechnology = getAccessNetworkTechnologyFromRat(voiceRegState.rat); in createRegistrationStateFromVoiceRegState() local 232 accessNetworkTechnology, reasonForDenial, emergencyOnly, availableServices, in createRegistrationStateFromVoiceRegState() 239 int accessNetworkTechnology = getAccessNetworkTechnologyFromRat(voiceRegState.rat); in createRegistrationStateFromVoiceRegState() local 252 accessNetworkTechnology, reasonForDenial, emergencyOnly, availableServices, in createRegistrationStateFromVoiceRegState() 268 int accessNetworkTechnology = getAccessNetworkTechnologyFromRat(dataRegState.rat); in createRegistrationStateFromDataRegState() local 277 accessNetworkTechnology, reasonForDenial, emergencyOnly, availableServices, in createRegistrationStateFromDataRegState() 283 int accessNetworkTechnology = getAccessNetworkTechnologyFromRat(dataRegState.rat); in createRegistrationStateFromDataRegState() local 292 accessNetworkTechnology, reasonForDenial, emergencyOnly, availableServices, in createRegistrationStateFromDataRegState()
|