Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 018aeb42 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "TCMS should bind the TCS when onSelectionEvent/onTextClassifierEvent...

Merge "TCMS should bind the TCS when onSelectionEvent/onTextClassifierEvent ... is called" into rvc-dev am: 3ce12136

Change-Id: Id452186a890b768a7745c492525976d1eeda1c72
parents 3e6c27c8 3ce12136
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ public final class TextClassificationManagerService extends ITextClassifierServi
        handleRequest(
                event.getSystemTextClassifierMetadata(),
                /* verifyCallingPackage= */ true,
                /* attemptToBind= */ false,
                /* attemptToBind= */ true,
                service -> service.onSelectionEvent(sessionId, event),
                "onSelectionEvent",
                NO_OP_CALLBACK);
@@ -260,7 +260,7 @@ public final class TextClassificationManagerService extends ITextClassifierServi
        handleRequest(
                systemTcMetadata,
                /* verifyCallingPackage= */ true,
                /* attemptToBind= */ false,
                /* attemptToBind= */ true,
                service -> service.onTextClassifierEvent(sessionId, event),
                "onTextClassifierEvent",
                NO_OP_CALLBACK);