Home
last modified time | relevance | path

Searched refs:WifiScorer (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java390 public static class WifiScorer extends IWifiConnectedNetworkScorer.Stub { class in WifiShellCommand
396 public WifiScorer(WifiServiceImpl wifiService, CountDownLatch countDownLatch) { in WifiScorer() method in WifiShellCommand.WifiScorer
1314 WifiScorer connectedScorer = new WifiScorer(mWifiService, countDownLatch); in onCommand()
DWifiScoreReport.java533 return mScorer instanceof WifiShellCommand.WifiScorer; in isShellCommandScorer()