Searched refs:dumpCommand (Results 1 – 2 of 2) sorted by relevance
105 String dumpCommand = in getReportByteArray() local112 CLog.d("Dumping stats report with command: " + dumpCommand); in getReportByteArray()113 device.executeShellCommand(dumpCommand, receiver); in getReportByteArray()
2099 dumpCommand(curTime, cmd, displayRows); in displayCommandQueue()2104 private void dumpCommand(long curTime, ExecutableCommandState cmdAndState, in dumpCommand() method in CommandScheduler