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.java773 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in getConfiguredNetworks()
903 private Collection<WifiConfiguration> getInternalConfiguredNetworks() { in getInternalConfiguredNetworks() method in WifiConfigManager
1781 getInternalConfiguredNetworks().forEach(config -> config.numRebootsSinceLastUse++); in incrementNumRebootsSinceLastUse()
2243 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in enableTemporaryDisabledNetworks()
2610 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in removeConnectChoiceFromAllNetworks()
3085 for (WifiConfiguration linkConfig : getInternalConfiguredNetworks()) { in attemptNetworkLinking()
3224 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in startRestrictingAutoJoinToSubscriptionId()
3265 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in removeUserChoiceFromDisabledNetwork()
3311 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in resetSimNetworks()
3643 for (WifiConfiguration config : getInternalConfiguredNetworks()) { in generateRandomizedMacAddresses()
[all …]