Home
last modified time | relevance | path

Searched refs:mCommand (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DDeviceConcurrentUtil.java86 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/
DBackgroundDeviceAction.java47 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/
DMicroBenchTest.java251 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/
DCameraTestBase.java456 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()