Searched refs:mShellCommand (Results 1 – 6 of 6) sorted by relevance
84 private ThreadNetworkShellCommand mShellCommand; field in ThreadNetworkShellCommandTest96 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 …]
63 BluetoothShellCommand mShellCommand; field in BluetoothShellCommandTest70 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 …]
46 @Nullable private ThreadNetworkShellCommand mShellCommand; field in ThreadNetworkService74 mShellCommand = in onBootPhase()96 if (mShellCommand == null) { in handleShellCommand()99 return mShellCommand.exec( in handleShellCommand()
67 WifiP2pShellCommand mShellCommand; field in WifiP2pShellCommandTest75 mShellCommand = new WifiP2pShellCommand(mContext); in setUp()90 mShellCommand.exec( in runP2pCommandAsRoot()
103 private final RttShellCommand mShellCommand; field in RttServiceImpl167 mShellCommand = new RttShellCommand(); in RttServiceImpl()168 mShellCommand.reset(); in RttServiceImpl()444 return mShellCommand.exec( in handleShellCommand()587 checkLocationHardware() && mShellCommand.getControlParam( in startRanging()
91 private WifiAwareShellCommand mShellCommand; field in WifiAwareServiceImpl132 mShellCommand = awareShellCommand; in start()799 return mShellCommand.exec( in handleShellCommand()