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/
DScoredNetworkNominator.java226 private Integer getNetworkScore(ScanResult scanResult, boolean isCurrentNetwork) { in getNetworkScore()
257 ScanResult scanResult, WifiConfiguration config, boolean isCurrentNetwork) { in trackUntrustedCandidate()
273 ScanResult scanResult, WifiConfiguration config, boolean isCurrentNetwork) { in trackExternallyScoredCandidate()
DWifiCandidates.java123 boolean isCurrentNetwork(); in isCurrentNetwork() method
186 boolean isCurrentNetwork, in CandidateImpl()
273 public boolean isCurrentNetwork() { in isCurrentNetwork() method in WifiCandidates.CandidateImpl
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java199 public ConcreteCandidate setCurrentNetwork(boolean isCurrentNetwork) { in setCurrentNetwork()
205 public boolean isCurrentNetwork() { in isCurrentNetwork() method in ConcreteCandidate