HomeSort by relevance Sort by last modified time
    Searched refs:mActionLatchReceiver (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/assist/src/android/assist/cts/
AssistStructureTest.java 40 mActionLatchReceiver = new ActionLatchReceiver(Utils.APP_3P_HASDRAWED, mHasDrawedLatch);
AssistantContentViewTest.java 36 mActionLatchReceiver = new AssistantReceiver();
FocusChangeTest.java 37 mActionLatchReceiver = new ActionLatchReceiver(
WebViewTest.java 38 mActionLatchReceiver = new ActionLatchReceiver(Utils.TEST_ACTIVITY_WEBVIEW_LOADED, mTestWebViewLatch);
LifecycleTest.java 46 mActionLatchReceiver = new LifecycleTestReceiver();
AssistTestBase.java 95 protected ActionLatchReceiver mActionLatchReceiver;
99 mActionLatchReceiver.onAction(result, action);
133 mActionLatchReceiver = new ActionLatchReceiver();

Completed in 60 milliseconds