Home
last modified time | relevance | path

Searched refs:getInternalConfiguredNetworks (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java701 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in getConfiguredNetworks()
817 private Collection<WifiConfiguration> getInternalConfiguredNetworks() { in getInternalConfiguredNetworks() method in WifiConfigManager
1477 getInternalConfiguredNetworks().forEach(config -> config.numRebootsSinceLastUse++); in incrementNumRebootsSinceLastUse()
1862 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in enableTemporaryDisabledNetworks()
2195 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in removeConnectChoiceFromAllNetworks()
2652 for (WifiConfiguration linkConfig : getInternalConfiguredNetworks()) { in attemptNetworkLinking()
2782 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in startRestrictingAutoJoinToSubscriptionId()
2823 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in removeUserChoiceFromDisabledNetwork()
2869 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in resetSimNetworks()
3191 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in generateRandomizedMacAddresses()
[all …]