Home
last modified time | relevance | path

Searched refs:BluetoothShellCommand (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothShellCommandTest.java38 import com.android.server.bluetooth.BluetoothShellCommand.BluetoothCommand;
63 BluetoothShellCommand mShellCommand;
68 mShellCommand = new BluetoothShellCommand(mManagerService, mContext); in setUp()
135 BluetoothShellCommand command = spy(mShellCommand); in onCommand_withNullString_callsOnHelp()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothShellCommand.java34 class BluetoothShellCommand extends BasicShellCommandHandler { class
35 private static final String TAG = BluetoothShellCommand.class.getSimpleName();
152 BluetoothShellCommand(BluetoothManagerService managerService, Context context) { in BluetoothShellCommand() method in BluetoothShellCommand
DBluetoothManagerService.java3507 return new BluetoothShellCommand(this, mContext).exec(this, in.getFileDescriptor(), in handleShellCommand()