Home
last modified time | relevance | path

Searched refs:mShellCommand (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/thread/tests/unit/src/com/android/server/thread/
DThreadNetworkShellCommandTest.java84 private ThreadNetworkShellCommand mShellCommand; field in ThreadNetworkShellCommandTest
96 mShellCommand = new ThreadNetworkShellCommand(mContext, mControllerService, mCountryCode); in setUp()
97 mShellCommand.setPrintWriters(mOutputWriter, mErrorWriter); in setUp()
109 mShellCommand.exec( in getCountryCode_testingPermissionIsChecked()
125 mShellCommand.exec( in getCountryCode_currentCountryCodePrinted()
137 mShellCommand.exec( in forceSetCountryCodeEnabled_testingPermissionIsChecked()
151 mShellCommand.exec( in forceSetCountryCodeEnabled_countryCodeIsOverridden()
163 mShellCommand.exec( in forceSetCountryCodeDisabled_overriddenCountryCodeIsCleared()
175 mShellCommand.exec( in forceStopOtDaemon_testingPermissionIsChecked()
193 mShellCommand.exec( in forceStopOtDaemon_serviceThrows_failed()
[all …]
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothShellCommandTest.java63 BluetoothShellCommand mShellCommand; field in BluetoothShellCommandTest
70 mShellCommand = new BluetoothShellCommand(mManagerService); in setUp()
71 mShellCommand.init( in setUp()
88 BluetoothCommand enableCmd = mShellCommand.new Enable(); in enableCommand()
101 BluetoothCommand disableCmd = mShellCommand.new Disable(); in disableCommand()
114 BluetoothCommand waitCmd = mShellCommand.new WaitForAdapterState(); in waitForStateCommand()
147 BluetoothShellCommand command = spy(mShellCommand); in onCommand_withNullString_callsOnHelp()
156 BluetoothCommand enableCmd = spy(mShellCommand.new Enable()); in onCommand_withEnableString_callsEnableCommand()
157 mShellCommand.mBluetoothCommands[0] = enableCmd; in onCommand_withEnableString_callsEnableCommand()
159 mShellCommand.onCommand("enable"); in onCommand_withEnableString_callsEnableCommand()
[all …]
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkService.java46 @Nullable private ThreadNetworkShellCommand mShellCommand; field in ThreadNetworkService
74 mShellCommand = in onBootPhase()
96 if (mShellCommand == null) { in handleShellCommand()
99 return mShellCommand.exec( in handleShellCommand()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pShellCommandTest.java67 WifiP2pShellCommand mShellCommand; field in WifiP2pShellCommandTest
75 mShellCommand = new WifiP2pShellCommand(mContext); in setUp()
90 mShellCommand.exec( in runP2pCommandAsRoot()
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
DRttServiceImpl.java103 private final RttShellCommand mShellCommand; field in RttServiceImpl
167 mShellCommand = new RttShellCommand(); in RttServiceImpl()
168 mShellCommand.reset(); in RttServiceImpl()
444 return mShellCommand.exec( in handleShellCommand()
587 checkLocationHardware() && mShellCommand.getControlParam( in startRanging()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareServiceImpl.java91 private WifiAwareShellCommand mShellCommand; field in WifiAwareServiceImpl
132 mShellCommand = awareShellCommand; in start()
799 return mShellCommand.exec( in handleShellCommand()