Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dannotator_jni.cc170 jstring contact_phone_number = nullptr; in ClassificationResultWithIntentsToJObject() local
171 if (!classification_result.contact_phone_number.empty()) { in ClassificationResultWithIntentsToJObject()
172 contact_phone_number = in ClassificationResultWithIntentsToJObject()
173 env->NewStringUTF(classification_result.contact_phone_number.c_str()); in ClassificationResultWithIntentsToJObject()
231 contact_nickname, contact_email_address, contact_phone_number, contact_id, in ClassificationResultWithIntentsToJObject()
Dtypes.h215 contact_email_address, contact_phone_number, contact_id; member