Searched refs:BluetoothShellCommand (Results 1 – 3 of 3) sorted by relevance
38 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()
34 class BluetoothShellCommand extends BasicShellCommandHandler { class35 private static final String TAG = BluetoothShellCommand.class.getSimpleName();152 BluetoothShellCommand(BluetoothManagerService managerService, Context context) { in BluetoothShellCommand() method in BluetoothShellCommand
3507 return new BluetoothShellCommand(this, mContext).exec(this, in.getFileDescriptor(), in handleShellCommand()