Searched refs:availableServices (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 169 int[] availableServices = null; in getAvailableServices() local 175 availableServices = new int[] {NetworkRegistrationState.SERVICE_TYPE_EMERGENCY}; in getAvailableServices() 179 availableServices = new int[] {NetworkRegistrationState.SERVICE_TYPE_DATA}; in getAvailableServices() 181 availableServices = new int[] { in getAvailableServices() 189 return availableServices; in getAvailableServices() 226 int[] availableServices = getAvailableServices( in createRegistrationStateFromVoiceRegState() local 232 accessNetworkTechnology, reasonForDenial, emergencyOnly, availableServices, in createRegistrationStateFromVoiceRegState() 246 int[] availableServices = getAvailableServices( in createRegistrationStateFromVoiceRegState() local 252 accessNetworkTechnology, reasonForDenial, emergencyOnly, availableServices, in createRegistrationStateFromVoiceRegState() 272 int[] availableServices = getAvailableServices(regState, domain, emergencyOnly); in createRegistrationStateFromDataRegState() local [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | NetworkRegistrationState.java | 123 int[] availableServices, @Nullable CellIdentity cellIdentity) { in NetworkRegistrationState() argument 129 mAvailableServices = availableServices; in NetworkRegistrationState() 140 int[] availableServices, @Nullable CellIdentity cellIdentity, boolean cssSupported, in NetworkRegistrationState() argument 143 reasonForDenial, emergencyOnly, availableServices, cellIdentity); in NetworkRegistrationState() 155 int[] availableServices, @Nullable CellIdentity cellIdentity, int maxDataCalls) { in NetworkRegistrationState() argument 157 reasonForDenial, emergencyOnly, availableServices, cellIdentity); in NetworkRegistrationState()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellularNetworkServiceTest.java | 107 int[] availableServices = new int[] { in testGetNetworkRegistrationState() local 137 false, availableServices, null, cssSupported, in testGetNetworkRegistrationState() 148 availableServices = new int[] {NetworkRegistrationState.SERVICE_TYPE_DATA}; in testGetNetworkRegistrationState() 160 false, availableServices, null, maxDataCalls); in testGetNetworkRegistrationState()
|