Searched refs:mReadyLatch (Results 1 – 10 of 10) sorted by relevance
43 private CountDownLatch mHasResumedLatch, mReadyLatch; field in ScreenshotTest52 mReadyLatch = new CountDownLatch(1); in setUp()80 waitForAssistantToBeReady(mReadyLatch); in testRedScreenshot()95 waitForAssistantToBeReady(mReadyLatch); in testGreenScreenshot()110 waitForAssistantToBeReady(mReadyLatch); in testBlueScreenshot()136 if (mReadyLatch != null) { in onReceive()137 mReadyLatch.countDown(); in onReceive()
45 private CountDownLatch mContentViewLatch, mReadyLatch; field in AssistantContentViewTest52 mReadyLatch = new CountDownLatch(1); in setUp()91 waitForAssistantToBeReady(mReadyLatch); in testAssistantContentViewDimens()111 if (mReadyLatch != null) { in onReceive()112 mReadyLatch.countDown(); in onReceive()
42 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in AssistStructureTest89 waitForAssistantToBeReady(mReadyLatch); in testAssistStructure()112 if (mReadyLatch != null) { in onReceive()113 mReadyLatch.countDown(); in onReceive()
40 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in FlagSecureTest85 waitForAssistantToBeReady(mReadyLatch); in testSecureActivity()104 if (mReadyLatch != null) { in onReceive()105 mReadyLatch.countDown(); in onReceive()
41 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in LargeViewHierarchyTest88 waitForAssistantToBeReady(mReadyLatch); in testTextView()104 } else if (action.equals(Utils.ASSIST_RECEIVER_REGISTERED) && mReadyLatch != null) { in onReceive()105 mReadyLatch.countDown(); in onReceive()
35 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in ExtraAssistDataTest74 waitForAssistantToBeReady(mReadyLatch); in testAssistContentAndAssistData()113 if (mReadyLatch != null) { in onReceive()114 mReadyLatch.countDown(); in onReceive()
43 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in FocusChangeTest94 waitForAssistantToBeReady(mReadyLatch); in testLayerCausesUnderlyingActivityToLoseFocus()110 if (mReadyLatch != null) { in onReceive()111 mReadyLatch.countDown(); in onReceive()
41 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in TextViewTest91 waitForAssistantToBeReady(mReadyLatch); in testTextView()132 } else if (action.equals(Utils.ASSIST_RECEIVER_REGISTERED) && mReadyLatch != null) { in onReceive()133 mReadyLatch.countDown(); in onReceive()
44 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in WebViewTest102 waitForAssistantToBeReady(mReadyLatch); in testWebView()118 } else if (action.equals(Utils.ASSIST_RECEIVER_REGISTERED) && mReadyLatch != null) { in onReceive()119 mReadyLatch.countDown(); in onReceive()
54 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in LifecycleTest106 waitForAssistantToBeReady(mReadyLatch); in testLayerDoesNotTriggerLifecycleMethods()127 if (mReadyLatch != null) { in onReceive()128 mReadyLatch.countDown(); in onReceive()