Searched refs:mONSConfigInputHashMap (Results 1 – 1 of 1) sorted by relevance
63 private HashMap<String, ONSConfigInput> mONSConfigInputHashMap; field in OpportunisticNetworkService123 ONSConfigInput onsConfigInput = mONSConfigInputHashMap.get(CARRIER_APP_CONFIG_NAME); in handleSimStateChange()136 mONSConfigInputHashMap.put(CARRIER_APP_CONFIG_NAME, null); in handleSimStateChange()140 if (mONSConfigInputHashMap.get(SYSTEM_APP_CONFIG_NAME) != null) { in handleSimStateChange()142 mONSConfigInputHashMap.get(SYSTEM_APP_CONFIG_NAME).getAvailableNetworkInfos(), in handleSimStateChange()143 mONSConfigInputHashMap.get( in handleSimStateChange()146 mProfileSelector.stopProfileSelection(mONSConfigInputHashMap.get( in handleSimStateChange()362 mONSConfigInputHashMap = new HashMap<String, ONSConfigInput>(); in initialize()409 mONSConfigInputHashMap.put(CARRIER_APP_CONFIG_NAME, onsConfigInput); in handleCarrierAppAvailableNetworks()421 mONSConfigInputHashMap.put(CARRIER_APP_CONFIG_NAME, null); in handleCarrierAppAvailableNetworks()[all …]