Searched refs:getConnectChoice (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiAutoJoinController.java554 int getConnectChoice(WifiConfiguration source, WifiConfiguration target, boolean strict) { method in class:WifiAutoJoinController
869 choice = getConnectChoice(a, b, false);
885 choice = getConnectChoice(b, a, false);
1966 int choice = getConnectChoice(config, current, true);

Completed in 29 milliseconds