Searched refs:mMatchingWifiConfigs (Results 1 – 1 of 1) sorted by relevance
109 @NonNull private final Map<Integer, WifiConfiguration> mMatchingWifiConfigs = new ArrayMap<>(); field in StandardWifiEntry728 mMatchingWifiConfigs.clear(); in updateConfig()746 mMatchingWifiConfigs.put(securityType, config); in updateConfig()787 Set<Integer> configSecurityTypes = mMatchingWifiConfigs.keySet(); in updateSecurityTypes()818 mTargetWifiConfig = mMatchingWifiConfigs.get( in updateSecurityTypes()853 for (WifiConfiguration config : mMatchingWifiConfigs.values()) { in connectionInfoMatches()