Home
last modified time | relevance | path

Searched refs:checkDestroyedAndRun (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassificationSession.java62 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
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19560 HSPLandroid/view/textclassifier/TextClassificationSession;->checkDestroyedAndRun(Ljava/util/functio…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt19624 HSPLandroid/view/textclassifier/TextClassificationSession;->checkDestroyedAndRun(Ljava/util/functio…