Searched refs:mConfiguredNetworks (Results 1 – 1 of 1) sorted by relevance
289 private final ConfigurationMap mConfiguredNetworks; field in WifiConfigManager411 mConfiguredNetworks = new ConfigurationMap(userManager); in WifiConfigManager()766 return mConfiguredNetworks.valuesForCurrentUser(); in getInternalConfiguredNetworks()776 WifiConfiguration internalConfig = mConfiguredNetworks.getForCurrentUser(config.networkId); in getInternalConfiguredNetwork()780 internalConfig = mConfiguredNetworks.getByConfigKeyForCurrentUser(config.configKey()); in getInternalConfiguredNetwork()796 WifiConfiguration internalConfig = mConfiguredNetworks.getForCurrentUser(networkId); in getInternalConfiguredNetwork()809 mConfiguredNetworks.getByConfigKeyForCurrentUser(configKey); in getInternalConfiguredNetwork()1262 mConfiguredNetworks.put(newInternalConfig); in addOrUpdateNetworkInternal()1383 mConfiguredNetworks.remove(config.networkId); in removeNetworkInternal()1458 mConfiguredNetworks.valuesForAllUsers().toArray(new WifiConfiguration[0]); in removeNetworksForApp()[all …]