Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiInjector.java857 public WifiShellCommand makeWifiShellCommand(WifiServiceImpl wifiService) { in makeWifiShellCommand() argument
858 return new WifiShellCommand(this, wifiService, mContext, in makeWifiShellCommand()
DWifiShellCommand.java405 public WifiScorer(WifiServiceImpl wifiService, CountDownLatch countDownLatch) { in WifiScorer() argument
406 mWifiService = wifiService; in WifiScorer()
452 WifiShellCommand(WifiInjector wifiInjector, WifiServiceImpl wifiService, WifiContext context, in WifiShellCommand() argument
465 mWifiService = wifiService; in WifiShellCommand()