Home
last modified time | relevance | path

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

/cts/tools/host/src/com/android/cts/
DTestDevice.java182 executeShellCommand(commandStr, new NullOutputReceiver()); in disableKeyguard()
253 this.executeShellCommand("getprop dev.bootcomplete", rpr); in waitForBootComplete()
339 executeShellCommand(commandStr, new DeviceInfoReceiver(mDeviceInfo)); in runDeviceInfoCollectorCommand()
784 executeShellCommand(commandStr, new IndividualModeResultParser(test)); in runTest()
812 executeShellCommand(commandStr, mBatchModeResultParser); in runInBatchMode()
838 executeShellCommand(commandStr, mBatchModeResultParser); in runTestCaseInBatchMode()
1573 public void executeShellCommand(final String cmd, in executeShellCommand() method in TestDevice
1575 executeShellCommand(cmd, receiver, null); in executeShellCommand()
1588 public void executeShellCommand(final String cmd, in executeShellCommand() method in TestDevice
1602 mDevice.executeShellCommand(cmd, receiver); in executeShellCommand()
DReferenceAppTestPackage.java211 device.executeShellCommand(commandStr, new ReferenceAppResultsObserver(device)); in runTests()
DSignatureCheckPackage.java149 device.executeShellCommand(commandStr, new SignatureTestResultObserver(device)); in runSignatureTestCommand()