Searched refs:mSuggestedConfigCache (Results 1 – 1 of 1) sorted by relevance
118 private final Map<StandardWifiEntryKey, List<WifiConfiguration>> mSuggestedConfigCache = field in WifiPickerTracker818 for (StandardWifiEntryKey entryKey : mSuggestedConfigCache.keySet()) { in updateSuggestedWifiEntryScans()825 mMainHandler, entryKey, mSuggestedConfigCache.get(entryKey), in updateSuggestedWifiEntryScans()1125 mSuggestedConfigCache.clear(); in updateWifiConfigurations()1136 if (!mSuggestedConfigCache.containsKey(standardWifiEntryKey)) { in updateWifiConfigurations()1137 mSuggestedConfigCache.put(standardWifiEntryKey, new ArrayList<>()); in updateWifiConfigurations()1139 mSuggestedConfigCache.get(standardWifiEntryKey).add(config); in updateWifiConfigurations()1165 entry.updateConfig(mSuggestedConfigCache.get(entry.getStandardWifiEntryKey())); in updateWifiConfigurations()1206 + mSuggestedConfigCache.size() + mPasspointWifiConfigCache.size() in updateNetworkCapabilities()1303 for (List<WifiConfiguration> configs : mSuggestedConfigCache.values()) { in conditionallyCreateConnectedSuggestedWifiEntry()