Searched refs:CARRIER_APP_CONFIG_NAME (Results 1 – 2 of 2) sorted by relevance
70 private static final String CARRIER_APP_CONFIG_NAME = "carrierApp"; field in OpportunisticNetworkService125 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 …]
58 private static final String CARRIER_APP_CONFIG_NAME = "carrierApp"; field in OpportunisticNetworkServiceTest141 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()