Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothShellCommandTest.java63 BluetoothShellCommand mShellCommand; field in BluetoothShellCommandTest
68 mShellCommand = new BluetoothShellCommand(mManagerService, mContext); in setUp()
69 mShellCommand.init( in setUp()
76 BluetoothCommand enableCmd = mShellCommand.new Enable(); in enableCommand()
88 BluetoothCommand disableCmd = mShellCommand.new Disable(); in disableCommand()
100 BluetoothCommand waitCmd = mShellCommand.new WaitForAdapterState(); in waitForStateCommand()
135 BluetoothShellCommand command = spy(mShellCommand); in onCommand_withNullString_callsOnHelp()
144 BluetoothCommand enableCmd = spy(mShellCommand.new Enable()); in onCommand_withEnableString_callsEnableCommand()
145 mShellCommand.mBluetoothCommands[0] = enableCmd; in onCommand_withEnableString_callsEnableCommand()
147 mShellCommand.onCommand("enable"); in onCommand_withEnableString_callsEnableCommand()
[all …]
/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.java102 private final RttShellCommand mShellCommand; field in RttServiceImpl
166 mShellCommand = new RttShellCommand(); in RttServiceImpl()
167 mShellCommand.reset(); in RttServiceImpl()
441 return mShellCommand.exec( in handleShellCommand()
564 checkLocationHardware() && mShellCommand.getControlParam( in startRanging()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareServiceImpl.java90 private WifiAwareShellCommand mShellCommand; field in WifiAwareServiceImpl
131 mShellCommand = awareShellCommand; in start()
765 return mShellCommand.exec( in handleShellCommand()