Searched refs:mReadyToStart (Results 1 – 4 of 4) sorted by relevance
146 private final CountDownLatch mReadyToStart = new CountDownLatch(3); field in SnapshotTaskTests.TestActivity150 mReadyToStart.countDown(); in onEnterAnimationComplete()154 mReadyToStart.await(5, TimeUnit.SECONDS); in waitUntilReady()163 mReadyToStart::countDown); in onAttachedToWindow()187 mReadyToStart.countDown(); in onCreate()
58 private CountDownLatch mReadyToStart = new CountDownLatch(1); field in SurfaceOOMTestActivity71 mReadyToStart.countDown(); in onEnterAnimationComplete()164 assertTrue(mReadyToStart.await(5, TimeUnit.SECONDS)); in awaitReadyState()
66 private final CountDownLatch mReadyToStart = new CountDownLatch(1); field in SyncValidatorSCVHTestCase139 mSurfaceControlViewHostHelper = new SurfaceControlViewHostHelper(TAG, mReadyToStart,163 ready = mReadyToStart.await(3L * HW_TIMEOUT_MULTIPLIER, TimeUnit.SECONDS);
82 private final CountDownLatch mReadyToStart = new CountDownLatch(1); field in ASurfaceControlTestActivity87 mReadyToStart.countDown(); in onEnterAnimationComplete()151 assertTrue(mReadyToStart.await(5, TimeUnit.SECONDS)); in awaitReadyState()