Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationSession.java99 checkDestroyedAndRun(() -> { in onSelectionEvent() method
114 checkDestroyedAndRun(() -> { in onTextClassifierEvent() method
154 private <T> T checkDestroyedAndRun(Supplier<T> responseSupplier) { in checkDestroyedAndRun() method in TextClassificationSession