Searched defs:TextClassificationConstants (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassificationConstants.java59 public final class TextClassificationConstants { class
61 private static final String LOG_TAG = "TextClassificationConstants";
128 private TextClassificationConstants(@Nullable String settings) { method in class:TextClassificationConstants
181 public static TextClassificationConstants loadFromString(String settings) {
182 return new TextClassificationConstants(settings);

Completed in 50 milliseconds