From 293bdf360a59b32ce9a89620757913df71fd7ad1 Mon Sep 17 00:00:00 2001 From: Tony Mak Date: Tue, 18 Feb 2020 11:33:43 +0000 Subject: Remove local text classifier and related tests. 1. libtextclassifier and libtextclassifier-java are no longer built into framework/base. 2. Removed local text classifier code 3. Removed local text classifier test code. All of them should be already moved to libtextclassifier/tcs side. 4. Unify all the TC related log tags to "androidtc". BUG: 147412216 Test: mts-tradefed run mts-extservices Test: atest frameworks/base/core/java/android/view/textclassifier Test: Sanity test: Smart selection Change-Id: Icb1076153f51d5674c8a6c58681ffed5aa772149 --- .../android/view/textclassifier/TextClassificationManagerPerfTest.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'apct-tests') diff --git a/apct-tests/perftests/textclassifier/src/android/view/textclassifier/TextClassificationManagerPerfTest.java b/apct-tests/perftests/textclassifier/src/android/view/textclassifier/TextClassificationManagerPerfTest.java index f61ea8549236..46250d74a4e3 100644 --- a/apct-tests/perftests/textclassifier/src/android/view/textclassifier/TextClassificationManagerPerfTest.java +++ b/apct-tests/perftests/textclassifier/src/android/view/textclassifier/TextClassificationManagerPerfTest.java @@ -77,7 +77,6 @@ public class TextClassificationManagerPerfTest { BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); while (state.keepRunning()) { textClassificationManager.getTextClassifier(); - textClassificationManager.invalidateForTesting(); } } @@ -90,7 +89,6 @@ public class TextClassificationManagerPerfTest { BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); while (state.keepRunning()) { textClassificationManager.getTextClassifier(); - textClassificationManager.invalidateForTesting(); } } -- cgit v1.2.3