Searched refs:timeoutString (Results 1 – 1 of 1) sorted by relevance
77 String timeoutString = "timeout " + timeout + " "; in executeCommandWithTimeout() local78 return device.executeCommand(timeoutString + device.getExecutionShellPrefix() + command, in executeCommandWithTimeout()