Searched refs:mConfiguredNetworks (Results 1 – 1 of 1) sorted by relevance
283 private final ConfigurationMap mConfiguredNetworks; field in WifiConfigManager402 mConfiguredNetworks = new ConfigurationMap(userManager); in WifiConfigManager()680 return mConfiguredNetworks.valuesForCurrentUser(); in getInternalConfiguredNetworks()690 WifiConfiguration internalConfig = mConfiguredNetworks.getForCurrentUser(config.networkId); in getInternalConfiguredNetwork()694 internalConfig = mConfiguredNetworks.getByConfigKeyForCurrentUser(config.configKey()); in getInternalConfiguredNetwork()710 WifiConfiguration internalConfig = mConfiguredNetworks.getForCurrentUser(networkId); in getInternalConfiguredNetwork()723 mConfiguredNetworks.getByConfigKeyForCurrentUser(configKey); in getInternalConfiguredNetwork()1200 mConfiguredNetworks.put(newInternalConfig); in addOrUpdateNetworkInternal()1320 mConfiguredNetworks.remove(config.networkId); in removeNetworkInternal()1395 mConfiguredNetworks.valuesForAllUsers().toArray(new WifiConfiguration[0]); in removeNetworksForApp()[all …]