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

Commit 63be76e1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use local textclassifier in perf test"

parents 835ba2ba ca7433e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public class TextClassifierPerfTest {
        Context context = InstrumentationRegistry.getTargetContext();
        TextClassificationManager textClassificationManager =
                context.getSystemService(TextClassificationManager.class);
        mTextClassifier = textClassificationManager.getTextClassifier();
        mTextClassifier = textClassificationManager.getLocalTextClassifier();
    }

    @Test