Searched refs:mHasResumedLatch (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/assist/src/android/assist/cts/ |
D | AssistStructureTest.java | 41 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()
|
D | FlagSecureTest.java | 39 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()
|
D | LargeViewHierarchyTest.java | 40 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()
|
D | ScreenshotTest.java | 43 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()
|
D | ExtraAssistDataTest.java | 34 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()
|
D | TextViewTest.java | 40 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()
|
D | WebViewTest.java | 42 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()
|
D | LifecycleTest.java | 52 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()
|
D | AssistTestBase.java | 70 protected CountDownLatch mLatch, mScreenshotLatch, mHasResumedLatch; field in AssistTestBase 479 if (mHasResumedLatch != null) { in onReceive() 480 mHasResumedLatch.countDown(); in onReceive()
|