Searched refs:mSuggestedConfigCache (Results 1 – 1 of 1) sorted by relevance
105 private final Map<StandardWifiEntryKey, List<WifiConfiguration>> mSuggestedConfigCache = field in WifiPickerTracker548 for (StandardWifiEntryKey entryKey : mSuggestedConfigCache.keySet()) { in updateSuggestedWifiEntryScans()555 mMainHandler, entryKey, mSuggestedConfigCache.get(entryKey), in updateSuggestedWifiEntryScans()715 mSuggestedConfigCache.clear(); in updateWifiConfigurations()727 if (!mSuggestedConfigCache.containsKey(standardWifiEntryKey)) { in updateWifiConfigurations()728 mSuggestedConfigCache.put(standardWifiEntryKey, new ArrayList<>()); in updateWifiConfigurations()730 mSuggestedConfigCache.get(standardWifiEntryKey).add(config); in updateWifiConfigurations()756 entry.updateConfig(mSuggestedConfigCache.get(entry.getStandardWifiEntryKey())); in updateWifiConfigurations()910 for (List<WifiConfiguration> configs : mSuggestedConfigCache.values()) { in conditionallyCreateConnectedSuggestedWifiEntry()