Searched defs:updateNetworkSelectionStatus (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java1347 private boolean updateNetworkSelectionStatus(WifiConfiguration config, int reason) { method in class:WifiConfigManager
1384 public boolean updateNetworkSelectionStatus(int networkId, int reason) { method in class:WifiConfigManager
1389 return updateNetworkSelectionStatus(config, reason);
1433 return updateNetworkSelectionStatus(
1438 return updateNetworkSelectionStatus(
1488 if (!updateNetworkSelectionStatus(
1523 if (!updateNetworkSelectionStatus(

Completed in 96 milliseconds