Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dtypes.h420 std::string contact_name; member
427 contact_name == other.contact_name &&
438 std::string contact_name, contact_given_name, contact_family_name, member
Dannotator_jni.cc161 ScopedLocalRef<jstring> contact_name; in ClassificationResultWithIntentsToJObject() local
162 if (!classification_result.contact_name.empty()) { in ClassificationResultWithIntentsToJObject()
163 TC3_ASSIGN_OR_RETURN(contact_name, in ClassificationResultWithIntentsToJObject()
165 env, classification_result.contact_name.c_str())); in ClassificationResultWithIntentsToJObject()
292 contact_name.get(), contact_given_name.get(), contact_family_name.get(), in ClassificationResultWithIntentsToJObject()
Dtypes.cc175 a.contact_name == b.contact_name && in ClassificationResultsEqualIgnoringScoresAndSerializedEntityData()