Searched refs:mReadyLatch (Results 1 – 6 of 6) sorted by relevance
43 private CountDownLatch mHasResumedLatch, mReadyLatch; field in ScreenshotTest52 mReadyLatch = new CountDownLatch(1); in setUp()76 waitForAssistantToBeReady(mReadyLatch); in testRedScreenshot()87 waitForAssistantToBeReady(mReadyLatch); in testGreenScreenshot()98 waitForAssistantToBeReady(mReadyLatch); in testBlueScreenshot()124 if (mReadyLatch != null) { in onReceive()125 mReadyLatch.countDown(); in onReceive()
45 private CountDownLatch mContentViewLatch, mReadyLatch; field in AssistantContentViewTest52 mReadyLatch = new CountDownLatch(1); in setUp()87 waitForAssistantToBeReady(mReadyLatch); in testAssistantContentViewDimens()107 if (mReadyLatch != null) { in onReceive()108 mReadyLatch.countDown(); in onReceive()
42 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in AssistStructureTest85 waitForAssistantToBeReady(mReadyLatch); in testAssistStructure()104 if (mReadyLatch != null) { in onReceive()105 mReadyLatch.countDown(); in onReceive()
40 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in FlagSecureTest81 waitForAssistantToBeReady(mReadyLatch); in testSecureActivity()100 if (mReadyLatch != null) { in onReceive()101 mReadyLatch.countDown(); in onReceive()
35 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in ExtraAssistDataTest70 waitForAssistantToBeReady(mReadyLatch); in testAssistContentAndAssistData()109 if (mReadyLatch != null) { in onReceive()110 mReadyLatch.countDown(); in onReceive()
54 private CountDownLatch mReadyLatch = new CountDownLatch(1); field in LifecycleTest102 waitForAssistantToBeReady(mReadyLatch); in testLayerDoesNotTriggerLifecycleMethods()123 if (mReadyLatch != null) { in onReceive()124 mReadyLatch.countDown(); in onReceive()