Home
last modified time | relevance | path

Searched defs:isSerializedEntityDataEnabled (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/jni/com/google/android/textclassifier/
DAnnotatorModel.java1003 private final boolean isSerializedEntityDataEnabled; field in AnnotatorModel.AnnotationOptions
1021 boolean isSerializedEntityDataEnabled, in AnnotationOptions()
1057 private boolean isSerializedEntityDataEnabled = false; field in AnnotatorModel.AnnotationOptions.Builder
1120 public Builder setIsSerializedEntityDataEnabled(boolean isSerializedEntityDataEnabled) { in setIsSerializedEntityDataEnabled()
1217 public boolean isSerializedEntityDataEnabled() { in isSerializedEntityDataEnabled() method in AnnotatorModel.AnnotationOptions
/external/libtextclassifier/java/src/com/android/textclassifier/
DExtrasUtils.java299 public static boolean isSerializedEntityDataEnabled(TextLinks.Request request) { in isSerializedEntityDataEnabled() method in ExtrasUtils