Searched refs:mCommand (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | DeviceConcurrentUtil.java | 86 private String mCommand; field in DeviceConcurrentUtil.ShellCommandCallable 96 mCommand = command; in ShellCommandCallable() 102 mCommand = command; in setCommand() 119 mDevice.executeShellCommand(mCommand, receiver, mTimeout, TimeUnit.MILLISECONDS, 1); in call() 121 CLog.v("raw output for \"%s\"\n%s", mCommand, output); in call()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | BackgroundDeviceAction.java | 47 private String mCommand; field in BackgroundDeviceAction 64 mCommand = command; in BackgroundDeviceAction() 97 mTestDevice.getIDevice().executeShellCommand(mCommand, mReceiver, in run()
|
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
D | MicroBenchTest.java | 251 private String mCommand; field in MicroBenchTest.TestCase 272 mCommand = command; in TestCase() 295 final String cmd = String.format(mCommand, mFormattedBinaryName, mIterations); in runTest()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraTestBase.java | 456 private String mCommand; field in CameraTestBase.MeminfoTimer 461 mCommand = DUMPSYS_MEMINFO_COMMAND; in MeminfoTimer() 463 mCommand += " -e " + process; in MeminfoTimer() 481 dumpMeminfo(mCommand, mOutputFile); in start()
|