Home
last modified time | relevance | path

Searched refs:mHasResumedLatch (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/assist/src/android/assist/cts/
DAssistStructureTest.java41 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in AssistStructureTest
77 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()
108 if (mHasResumedLatch != null) { in onReceive()
109 mHasResumedLatch.countDown(); in onReceive()
DFlagSecureTest.java39 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in FlagSecureTest
74 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()
100 if (mHasResumedLatch != null) { in onReceive()
101 mHasResumedLatch.countDown(); in onReceive()
DLargeViewHierarchyTest.java40 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in LargeViewHierarchyTest
76 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()
102 if (action.equals(Utils.APP_3P_HASRESUMED) && mHasResumedLatch != null) { in onReceive()
103 mHasResumedLatch.countDown(); in onReceive()
DScreenshotTest.java43 private CountDownLatch mHasResumedLatch, mReadyLatch; field in ScreenshotTest
118 mHasResumedLatch = new CountDownLatch(1); in waitForActivityResumeAndAssist()
123 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForActivityResumeAndAssist()
140 if (mHasResumedLatch != null) { in onReceive()
141 mHasResumedLatch.countDown(); in onReceive()
DExtraAssistDataTest.java34 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in ExtraAssistDataTest
99 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()
109 if (mHasResumedLatch != null) { in onReceive()
110 mHasResumedLatch.countDown(); in onReceive()
DTextViewTest.java40 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in TextViewTest
76 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()
130 if (action.equals(Utils.APP_3P_HASRESUMED) && mHasResumedLatch != null) { in onReceive()
131 mHasResumedLatch.countDown(); in onReceive()
DWebViewTest.java42 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in WebViewTest
80 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()
116 if (action.equals(Utils.APP_3P_HASRESUMED) && mHasResumedLatch != null) { in onReceive()
117 mHasResumedLatch.countDown(); in onReceive()
DLifecycleTest.java52 private CountDownLatch mHasResumedLatch = new CountDownLatch(1); field in LifecycleTest
89 if (!mHasResumedLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForOnResume()
118 if (action.equals(action_hasResumed) && mHasResumedLatch != null) { in onReceive()
119 mHasResumedLatch.countDown(); in onReceive()
DAssistTestBase.java70 protected CountDownLatch mLatch, mScreenshotLatch, mHasResumedLatch; field in AssistTestBase
479 if (mHasResumedLatch != null) { in onReceive()
480 mHasResumedLatch.countDown(); in onReceive()