Searched refs:commandStr (Results 1 – 3 of 3) sorted by relevance
179 final String commandStr = "am broadcast -a android.tests.util.disablekeyguard"; in disableKeyguard() local180 Log.d(commandStr); in disableKeyguard()182 executeShellCommand(commandStr, new NullOutputReceiver()); in disableKeyguard()333 final String commandStr = "am instrument -w -e bundle true " in runDeviceInfoCollectorCommand() local336 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() local783 Log.d(commandStr); in runTest()784 executeShellCommand(commandStr, new IndividualModeResultParser(test)); in runTest()808 final String commandStr = cmdHeader + appNameSpace + "/" + runner; in runInBatchMode() local[all …]
206 final String commandStr = "am instrument -w -e package "+ getAppPackageName() + " " in runTests() local208 Log.d(commandStr); in runTests()211 device.executeShellCommand(commandStr, new ReferenceAppResultsObserver(device)); in runTests()
143 final String commandStr = "am instrument -w -e bundle true " in runSignatureTestCommand() local145 Log.d(commandStr); in runSignatureTestCommand()149 device.executeShellCommand(commandStr, new SignatureTestResultObserver(device)); in runSignatureTestCommand()