Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DScoredNetworkNominator.java235 private Integer getNetworkScore(ScanResult scanResult, boolean isCurrentNetwork) { in getNetworkScore()
266 ScanResult scanResult, WifiConfiguration config, boolean isCurrentNetwork) { in trackUntrustedCandidate()
285 ScanResult scanResult, WifiConfiguration config, boolean isCurrentNetwork) { in trackExternallyScoredCandidate()
DWifiCandidates.java131 boolean isCurrentNetwork(); in isCurrentNetwork() method
196 boolean isCurrentNetwork, in CandidateImpl()
295 public boolean isCurrentNetwork() { in isCurrentNetwork() method in WifiCandidates.CandidateImpl
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java222 public ConcreteCandidate setCurrentNetwork(boolean isCurrentNetwork) { in setCurrentNetwork()
228 public boolean isCurrentNetwork() { in isCurrentNetwork() method in ConcreteCandidate