Home
last modified time | relevance | path

Searched defs:await (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java223 public void await() throws InterruptedException; in await() method
DCommandScheduler.java1121 public void await() throws InterruptedException { in await() method in CommandScheduler
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java132 boolean await(long millis, boolean waitForConnection) throws InterruptedException { in await() method in SubprocessTestResultsParser.EventReceiverThread