Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java229 mConsole.executeCmdRunnable(runnable, captures); in testRunCommand()
249 mConsole.executeCmdRunnable(runnable, captures); in testRunCommand_shortcut()
273 mConsole.executeCmdRunnable(runnable, captures); in testRunCommand_startsWithCommand()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java921 void executeCmdRunnable(Runnable command, CaptureList groups) { in executeCmdRunnable() method in Console
1028 executeCmdRunnable(command, groups); in run()