Home
last modified time | relevance | path

Searched refs:contactAccountType (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/jni/com/google/android/textclassifier/
DAnnotatorModel.java345 @Nullable private final String contactAccountType; field in AnnotatorModel.ClassificationResult
368 @Nullable String contactAccountType, in ClassificationResult() argument
389 this.contactAccountType = contactAccountType; in ClassificationResult()
454 return contactAccountType; in getContactAccountType()