Searched refs:mShellCommand (Results 1 – 4 of 4) sorted by relevance
63 BluetoothShellCommand mShellCommand; field in BluetoothShellCommandTest68 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 …]
67 WifiP2pShellCommand mShellCommand; field in WifiP2pShellCommandTest75 mShellCommand = new WifiP2pShellCommand(mContext); in setUp()90 mShellCommand.exec( in runP2pCommandAsRoot()
102 private final RttShellCommand mShellCommand; field in RttServiceImpl166 mShellCommand = new RttShellCommand(); in RttServiceImpl()167 mShellCommand.reset(); in RttServiceImpl()441 return mShellCommand.exec( in handleShellCommand()564 checkLocationHardware() && mShellCommand.getControlParam( in startRanging()
90 private WifiAwareShellCommand mShellCommand; field in WifiAwareServiceImpl131 mShellCommand = awareShellCommand; in start()765 return mShellCommand.exec( in handleShellCommand()