Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java871 markAllNetworksDisabledExcept(config.networkId, configs); in selectNetwork()
1157 private void markAllNetworksDisabledExcept(int netId, Collection<WifiConfiguration> configs) { in markAllNetworksDisabledExcept() method in WifiConfigStore
1168 markAllNetworksDisabledExcept(WifiConfiguration.INVALID_NETWORK_ID, configs); in markAllNetworksDisabled()