Searched refs:WifiShellCommand (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiShellCommandTest.java | 27 import static com.android.server.wifi.WifiShellCommand.SHELL_PACKAGE_NAME; 110 WifiShellCommand mWifiShellCommand; 140 mWifiShellCommand = new WifiShellCommand(mWifiInjector, mWifiService, mContext, in setUp()
|
D | WifiServiceImplTest.java | 487 @Mock WifiShellCommand mWifiShellCommand;
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiInjector.java | 830 public WifiShellCommand makeWifiShellCommand(WifiServiceImpl wifiService) { in makeWifiShellCommand() 831 return new WifiShellCommand(this, wifiService, mContext, in makeWifiShellCommand()
|
D | WifiScoreReport.java | 533 return mScorer instanceof WifiShellCommand.WifiScorer; in isShellCommandScorer()
|
D | WifiShellCommand.java | 146 public class WifiShellCommand extends BasicShellCommandHandler { class 443 WifiShellCommand(WifiInjector wifiInjector, WifiServiceImpl wifiService, WifiContext context, in WifiShellCommand() method in WifiShellCommand
|
D | WifiServiceImpl.java | 5478 WifiShellCommand shellCommand = mWifiInjector.makeWifiShellCommand(this);
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | Android.bp | 659 "com.android.server.wifi.WifiShellCommand", 660 "com.android.server.wifi.WifiShellCommand$*", 661 "com.android.server.wifi.WifiShellCommand.**",
|