Home
last modified time | relevance | path

Searched refs:dumpCommand (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/util/statsd/
DMetricUtil.java105 String dumpCommand = in getReportByteArray() local
112 CLog.d("Dumping stats report with command: " + dumpCommand); in getReportByteArray()
113 device.executeShellCommand(dumpCommand, receiver); in getReportByteArray()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2099 dumpCommand(curTime, cmd, displayRows); in displayCommandQueue()
2104 private void dumpCommand(long curTime, ExecutableCommandState cmdAndState, in dumpCommand() method in CommandScheduler