Home
last modified time | relevance | path

Searched refs:WifiShellCommand (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiShellCommandTest.java27 import static com.android.server.wifi.WifiShellCommand.SHELL_PACKAGE_NAME;
110 WifiShellCommand mWifiShellCommand;
140 mWifiShellCommand = new WifiShellCommand(mWifiInjector, mWifiService, mContext, in setUp()
DWifiServiceImplTest.java487 @Mock WifiShellCommand mWifiShellCommand;
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiInjector.java830 public WifiShellCommand makeWifiShellCommand(WifiServiceImpl wifiService) { in makeWifiShellCommand()
831 return new WifiShellCommand(this, wifiService, mContext, in makeWifiShellCommand()
DWifiScoreReport.java533 return mScorer instanceof WifiShellCommand.WifiScorer; in isShellCommandScorer()
DWifiShellCommand.java146 public class WifiShellCommand extends BasicShellCommandHandler { class
443 WifiShellCommand(WifiInjector wifiInjector, WifiServiceImpl wifiService, WifiContext context, in WifiShellCommand() method in WifiShellCommand
DWifiServiceImpl.java5478 WifiShellCommand shellCommand = mWifiInjector.makeWifiShellCommand(this);
/packages/modules/Wifi/service/tests/wifitests/
DAndroid.bp659 "com.android.server.wifi.WifiShellCommand",
660 "com.android.server.wifi.WifiShellCommand$*",
661 "com.android.server.wifi.WifiShellCommand.**",