Searched refs:CARRIER_APP_CONFIG_NAME (Results 1 – 2 of 2) sorted by relevance
88 private static final String CARRIER_APP_CONFIG_NAME = "carrierApp"; field in OpportunisticNetworkService181 ONSConfigInput carrierAppConfigInput = mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME); in handleSimStateChange()199 mONSConfigInputHashMap.put(CARRIER_APP_CONFIG_NAME, null); in handleSimStateChange()305 if (mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME) != null) {626 mONSConfigInputHashMap.put(CARRIER_APP_CONFIG_NAME, onsConfigInput); in handleCarrierAppAvailableNetworks()655 mONSConfigInputHashMap.put(CARRIER_APP_CONFIG_NAME, null); in handleCarrierAppAvailableNetworks()726 if (mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME) == null in handleSystemAppAvailableNetworks()749 if (mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME) == null) { in handleSystemAppAvailableNetworks()756 mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME) in handleSystemAppAvailableNetworks()759 CARRIER_APP_CONFIG_NAME).getAvailableNetworkCallback()); in handleSystemAppAvailableNetworks()[all …]
81 private static final String CARRIER_APP_CONFIG_NAME = "carrierApp"; field in OpportunisticNetworkServiceTest186 doReturn(null).when(mockONSConfigInputHashMap).get(CARRIER_APP_CONFIG_NAME); in testHandleSimStateChange()195 doReturn(onsConfigInput).when(mockONSConfigInputHashMap).get(CARRIER_APP_CONFIG_NAME); in testHandleSimStateChange()227 doReturn(onsConfigInput).when(mockONSConfigInputHashMap).get(CARRIER_APP_CONFIG_NAME); in testSystemPreferredDataWhileCarrierAppIsActive()357 doReturn(onsConfigInput).when(mockONSConfigInputHashMap).get(CARRIER_APP_CONFIG_NAME); in testPriorityRuleOfActivatingAvailableNetworks()397 doReturn(null).when(mockONSConfigInputHashMap).get(CARRIER_APP_CONFIG_NAME); in testPriorityRuleOfActivatingAvailableNetworks()