Searched refs:checkDestroyedAndRun (Results 1 – 3 of 3) sorted by relevance
62 return checkDestroyedAndRun(() -> mDelegate.suggestSelection(request)); in suggestSelection()74 return checkDestroyedAndRun(() -> mDelegate.classifyText(request)); in classifyText()79 return checkDestroyedAndRun(() -> mDelegate.generateLinks(request)); in generateLinks()84 return checkDestroyedAndRun(() -> mDelegate.suggestConversationActions(request)); in suggestConversationActions()89 return checkDestroyedAndRun(() -> mDelegate.detectLanguage(request)); in detectLanguage()94 return checkDestroyedAndRun(mDelegate::getMaxGenerateLinksTextLength); in getMaxGenerateLinksTextLength()99 checkDestroyedAndRun(() -> { in onSelectionEvent()114 checkDestroyedAndRun(() -> { in onTextClassifierEvent()154 private <T> T checkDestroyedAndRun(Supplier<T> responseSupplier) { in checkDestroyedAndRun() method in TextClassificationSession
19560 HSPLandroid/view/textclassifier/TextClassificationSession;->checkDestroyedAndRun(Ljava/util/functio…
19624 HSPLandroid/view/textclassifier/TextClassificationSession;->checkDestroyedAndRun(Ljava/util/functio…