Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator_jni.cc200 ScopedLocalRef<jstring> contact_phone_number; in ClassificationResultWithIntentsToJObject() local
201 if (!classification_result.contact_phone_number.empty()) { in ClassificationResultWithIntentsToJObject()
203 contact_phone_number, in ClassificationResultWithIntentsToJObject()
205 env, classification_result.contact_phone_number.c_str())); in ClassificationResultWithIntentsToJObject()
294 contact_phone_number.get(), contact_account_type.get(), in ClassificationResultWithIntentsToJObject()
Dtypes.cc180 a.contact_phone_number == b.contact_phone_number && in ClassificationResultsEqualIgnoringScoresAndSerializedEntityData()
Dtypes.h439 contact_nickname, contact_email_address, contact_phone_number, member