Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java238 public void await() throws InterruptedException; in await() method
DCommandScheduler.java1366 public void await() throws InterruptedException { in await() method in CommandScheduler
/tools/netsim/testing/tests/wifi/nsd/src/android/test/wifi/nsd/
DNsdHelper.java59 private void await(CountDownLatch latch) throws InterruptedException { in await() method in NsdHelper
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java143 boolean await(long millis, boolean waitForConnection) throws InterruptedException { in await() method in SubprocessTestResultsParser.EventReceiverThread