Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DProcessHelper.java260 public CommandStatus waitForProcess(long timeoutMsecs) throws RunInterruptedException { in waitForProcess() argument
265 status = RunUtil.getDefault().runTimed(timeoutMsecs, vtsRunnable, true); in waitForProcess()