Home
last modified time | relevance | path

Searched refs:timeOut (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DRemoteTestTimeOutEnforcer.java58 Duration timeOut) { in RemoteTestTimeOutEnforcer() argument
62 mTimeOut = timeOut; in RemoteTestTimeOutEnforcer()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java555 CommandResult runHostCommand(long timeOut, String[] commandArgs, OutputStream stdout, in runHostCommand() argument
558 return RunUtil.getDefault().runTimedCmd(timeOut, stdout, stderr, commandArgs); in runHostCommand()
560 return RunUtil.getDefault().runTimedCmd(timeOut, commandArgs); in runHostCommand()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1363 public boolean waitForBootComplete(long timeOut) throws DeviceNotAvailableException; in waitForBootComplete() argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4871 public boolean waitForBootComplete(long timeOut) throws DeviceNotAvailableException { in waitForBootComplete() argument
4872 return mStateMonitor.waitForBootComplete(timeOut); in waitForBootComplete()