Searched refs:timeOut (Results 1 – 4 of 4) sorted by relevance
58 Duration timeOut) { in RemoteTestTimeOutEnforcer() argument62 mTimeOut = timeOut; in RemoteTestTimeOutEnforcer()
555 CommandResult runHostCommand(long timeOut, String[] commandArgs, OutputStream stdout, in runHostCommand() argument558 return RunUtil.getDefault().runTimedCmd(timeOut, stdout, stderr, commandArgs); in runHostCommand()560 return RunUtil.getDefault().runTimedCmd(timeOut, commandArgs); in runHostCommand()
1363 public boolean waitForBootComplete(long timeOut) throws DeviceNotAvailableException; in waitForBootComplete() argument
4871 public boolean waitForBootComplete(long timeOut) throws DeviceNotAvailableException { in waitForBootComplete() argument4872 return mStateMonitor.waitForBootComplete(timeOut); in waitForBootComplete()