Searched refs:runCommand (Results 1 – 2 of 2) sorted by relevance
103 public void runCommand(final ITestDevice device, final String command, long timeout) in runCommand() method in MonkeyBase.CommandHelper395 commandHelper.runCommand(mTestDevice, command, getMonkeyTimeoutMs()); in runMonkey()
1402 if (!runCommand( in <lambda>()1462 private fun runCommand(executable: String, args: Array<String>): Boolean { in <lambda>() method in com.android.tools.metalava.DriverTest