Home
last modified time | relevance | path

Searched defs:isCurrentNetwork (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScoredNetworkEvaluator.java212 private Integer getNetworkScore(ScanResult scanResult, boolean isCurrentNetwork) { in getNetworkScore()
243 ScanResult scanResult, WifiConfiguration config, boolean isCurrentNetwork) { in trackUntrustedCandidate()
259 ScanResult scanResult, WifiConfiguration config, boolean isCurrentNetwork) { in trackExternallyScoredCandidate()
DWifiCandidates.java94 boolean isCurrentNetwork(); in isCurrentNetwork() method
143 boolean isCurrentNetwork, in CandidateImpl()
208 public boolean isCurrentNetwork() { in isCurrentNetwork() method in WifiCandidates.CandidateImpl
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java167 public ConcreteCandidate setCurrentNetwork(boolean isCurrentNetwork) { in setCurrentNetwork()
173 public boolean isCurrentNetwork() { in isCurrentNetwork() method in ConcreteCandidate