Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DOpportunisticNetworkService.java70 private static final String CARRIER_APP_CONFIG_NAME = "carrierApp"; field in OpportunisticNetworkService
125 ONSConfigInput carrierAppConfigInput = mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME); in handleSimStateChange()
143 mONSConfigInputHashMap.put(CARRIER_APP_CONFIG_NAME, null); in handleSimStateChange()
240 if (mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME) != null) {
442 mONSConfigInputHashMap.put(CARRIER_APP_CONFIG_NAME, onsConfigInput); in handleCarrierAppAvailableNetworks()
472 mONSConfigInputHashMap.put(CARRIER_APP_CONFIG_NAME, null); in handleCarrierAppAvailableNetworks()
541 if (mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME) == null in handleSystemAppAvailableNetworks()
565 if (mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME) == null) { in handleSystemAppAvailableNetworks()
572 mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME) in handleSystemAppAvailableNetworks()
575 CARRIER_APP_CONFIG_NAME).getAvailableNetworkCallback()); in handleSystemAppAvailableNetworks()
[all …]
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DOpportunisticNetworkServiceTest.java58 private static final String CARRIER_APP_CONFIG_NAME = "carrierApp"; field in OpportunisticNetworkServiceTest
141 doReturn(null).when(mockONSConfigInputHashMap).get(CARRIER_APP_CONFIG_NAME); in testHandleSimStateChange()
150 doReturn(onsConfigInput).when(mockONSConfigInputHashMap).get(CARRIER_APP_CONFIG_NAME); in testHandleSimStateChange()
182 doReturn(onsConfigInput).when(mockONSConfigInputHashMap).get(CARRIER_APP_CONFIG_NAME); in testSystemPreferredDataWhileCarrierAppIsActive()
311 doReturn(onsConfigInput).when(mockONSConfigInputHashMap).get(CARRIER_APP_CONFIG_NAME); in testPriorityRuleOfActivatingAvailableNetworks()
351 doReturn(null).when(mockONSConfigInputHashMap).get(CARRIER_APP_CONFIG_NAME); in testPriorityRuleOfActivatingAvailableNetworks()