diff options
author | Tony Mak <tonymak@google.com> | 2020-02-18 11:33:43 +0000 |
---|---|---|
committer | Tony Mak <tonymak@google.com> | 2020-03-16 20:16:17 +0000 |
commit | 293bdf360a59b32ce9a89620757913df71fd7ad1 (patch) | |
tree | 6222208d001290d746f92ec194f390fe70d82d55 /apct-tests/perftests/textclassifier/src | |
parent | 838c49bed6ad02d6fe86d4bdcad3f69bb1a4dcde (diff) |
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
Diffstat (limited to 'apct-tests/perftests/textclassifier/src')
-rw-r--r-- | apct-tests/perftests/textclassifier/src/android/view/textclassifier/TextClassificationManagerPerfTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
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(); } } |