Searched refs:mCmd (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 594 private final ExecutableCommand mCmd; field in CommandScheduler.InvocationThread 609 mCmd = command; in InvocationThread() 626 IConfiguration config = mCmd.getConfiguration(); in run() 683 mCmd.commandStarted(); in run() 692 new Rescheduler(mCmd.getCommandTracker()), in run() 724 mCmd.getCommandTracker().getId(), in run() 750 mCmd.commandFinished(elapsedTime); in run() 752 mCmd.getCommandTracker().getId(), elapsedTime, mInvocationContext); in run() 824 List<String> cmd = Arrays.asList(mCmd.getCommandTracker().getArgs()); in checkStrayThreads() 827 mCmd.getCommandTracker().getId(), cmd, numThread, EXPECTED_THREAD_COUNT); in checkStrayThreads() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 310 private String[] mCmd; field in NativeDevice.AdbAction 317 mCmd = cmd; in AdbAction() 337 CommandResult result = runUtil.runTimedCmd(mTimeout, mCmd); in run() 365 private String[] mCmd; field in NativeDevice.AdbShellAction 377 mCmd = cmd; in AdbShellAction() 387 mResult = getRunUtil().runTimedCmdWithInputRedirect(mTimeout, mPipeAsInput, mCmd); in run() 389 mResult = getRunUtil().runTimedCmd(mTimeout, mPipeToOutput, mPipeToError, mCmd); in run()
|