Home
last modified time | relevance | path

Searched refs:requestAssistContent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAssistContentRequester.java78 public void requestAssistContent(final int taskId, final Callback callback) { in requestAssistContent() method in AssistContentRequester
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java164 mFactoryContentRequester.requestAssistContent(taskId, this::onAssistContentReceived); in initOverlay()