Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpHelperFuncTest.java49 barrier.await(threadStartTimeout, TimeUnit.MILLISECONDS); in testTimeout()
91 barrier.await(threadStartTimeout, TimeUnit.MILLISECONDS); in testNoTimeout()
148 mBarrier.await(2 * (mDelay + mTimeout), TimeUnit.MILLISECONDS); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java99 mMockScheduler.await(); in testRun_withConsole()
132 mMockScheduler.await(); in testRun_withConsoleInteractiveHelp()
171 mMockScheduler.await(); in testRun_withConsoleInteractive_noHelp()
198 mMockScheduler.await(); in testRun_noConsole()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java225 public void await() throws InterruptedException; in await() method
DConsole.java918 mScheduler.await(); in run()
930 mScheduler.await(); in run()
1009 mScheduler.await(); in awaitScheduler()
/tools/tradefederation/core/src/com/android/tradefed/util/
DConditionPriorityBlockingQueue.java211 myCondition.await(); in blockingPoll()
DRunUtil.java717 if (!mCountDown.await(PROCESS_DESTROY_TIMEOUT_SEC, TimeUnit.SECONDS)) { in cancel()
720 mCountDown.await(); in cancel()
DSubprocessTestResultsParser.java157 if (!mEventReceiver.getCountDown().await(millis, TimeUnit.MILLISECONDS)) { in joinReceiver()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1129 return mFirstDeviceAdded.await(timeout, TimeUnit.MILLISECONDS); in waitForFirstDeviceAdded()