Home
last modified time | relevance | path

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

/cts/tools/host/src/com/android/cts/
DTestDevice.java179 final String commandStr = "am broadcast -a android.tests.util.disablekeyguard"; in disableKeyguard() local
180 Log.d(commandStr); in disableKeyguard()
182 executeShellCommand(commandStr, new NullOutputReceiver()); in disableKeyguard()
333 final String commandStr = "am instrument -w -e bundle true " in runDeviceInfoCollectorCommand() local
336 Log.d(commandStr); in runDeviceInfoCollectorCommand()
339 executeShellCommand(commandStr, new DeviceInfoReceiver(mDeviceInfo)); in runDeviceInfoCollectorCommand()
781 final String commandStr = "am instrument -w -r -e class " in runTest() local
783 Log.d(commandStr); in runTest()
784 executeShellCommand(commandStr, new IndividualModeResultParser(test)); in runTest()
808 final String commandStr = cmdHeader + appNameSpace + "/" + runner; in runInBatchMode() local
[all …]
DReferenceAppTestPackage.java206 final String commandStr = "am instrument -w -e package "+ getAppPackageName() + " " in runTests() local
208 Log.d(commandStr); in runTests()
211 device.executeShellCommand(commandStr, new ReferenceAppResultsObserver(device)); in runTests()
DSignatureCheckPackage.java143 final String commandStr = "am instrument -w -e bundle true " in runSignatureTestCommand() local
145 Log.d(commandStr); in runSignatureTestCommand()
149 device.executeShellCommand(commandStr, new SignatureTestResultObserver(device)); in runSignatureTestCommand()