Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/cts/util/
DSurfaceControlViewHostHelper.java60 private final CountDownLatch mReadyLatch; field in SurfaceControlViewHostHelper
73 mReadyLatch = countDownLatch; in SurfaceControlViewHostHelper()
164 mReadyLatch.countDown(); in attachEmbedded()
/cts/tests/tests/display/src/android/display/cts/
DDisplayManagerTest.java196 private final CountDownLatch mReadyLatch = new CountDownLatch(2); field in DisplayManagerTest.TestActivity
220 mReadyLatch::countDown); in onCreate()
234 mReadyLatch.countDown(); in onEnterAnimationComplete()
238 mReadyLatch.await(); in waitForReady()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DAttachedSurfaceControlTest.java374 CountDownLatch mReadyLatch = new CountDownLatch(1); field in AttachedSurfaceControlTest.ScvhSurfaceView
390 mReadyLatch.countDown(); in surfaceCreated()
414 mReadyLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in waitForReady()
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java129 private AutoResetLatch mReadyLatch = new AutoResetLatch(1); field in AssistTestBase
293 if (!mReadyLatch.await(Utils.TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForAssistantToBeReady()
768 this.entries.put(Utils.ASSIST_RECEIVER_REGISTERED, mReadyLatch); in ActionLatchReceiver()