Searched refs:mHasResumedLatch (Results 1 – 6 of 6) sorted by relevance
41 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in AssistStructureTest77 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()100 if (mHasResumedLatch != null) { in onReceive()101 mHasResumedLatch.countDown(); in onReceive()
39 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in FlagSecureTest74 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()96 if (mHasResumedLatch != null) { in onReceive()97 mHasResumedLatch.countDown(); in onReceive()
43 private CountDownLatch mHasResumedLatch, mReadyLatch; field in ScreenshotTest106 mHasResumedLatch = new CountDownLatch(1); in waitForActivityResumeAndAssist()111 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForActivityResumeAndAssist()128 if (mHasResumedLatch != null) { in onReceive()129 mHasResumedLatch.countDown(); in onReceive()
34 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in ExtraAssistDataTest95 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()105 if (mHasResumedLatch != null) { in onReceive()106 mHasResumedLatch.countDown(); in onReceive()
52 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in LifecycleTest89 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()114 if (action.equals(action_hasResumed) && mHasResumedLatch != null) { in onReceive()115 mHasResumedLatch.countDown(); in onReceive()
63 protected CountDownLatch mLatch, mScreenshotLatch, mHasResumedLatch; field in AssistTestBase403 if (mHasResumedLatch != null) { in onReceive()404 mHasResumedLatch.countDown(); in onReceive()