Home
last modified time | relevance | path

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

/external/libtextclassifier/jni/com/google/android/textclassifier/
DAnnotatorModel.java340 @Nullable private final String contactGivenName; field in AnnotatorModel.ClassificationResult
363 @Nullable String contactGivenName, in ClassificationResult() argument
384 this.contactGivenName = contactGivenName; in ClassificationResult()
429 return contactGivenName; in getContactGivenName()