Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dannotator_jni.cc128 jclass result_class, jmethodID result_class_constructor, in ClassificationResultWithIntentsToJObject() argument
290 env, result_class, result_class_constructor, row_string.get(), in ClassificationResultWithIntentsToJObject()
321 const jmethodID result_class_constructor, in ClassificationResultsWithIntentsToJObjectArray()
356 result_class_constructor, datetime_parse_class.get(), in ClassificationResultsWithIntentsToJObjectArray()
713 jmethodID result_class_constructor, in TC3_JNI_METHOD()
734 JniHelper::NewObject(env, result_class.get(), result_class_constructor, in TC3_JNI_METHOD()
/aosp_15_r20/external/libtextclassifier/native/lang_id/
H A Dlang-id_jni.cc49 TC3_ASSIGN_OR_RETURN(const jmethodID result_class_constructor, in LangIdResultToJObjectArray()
63 env, result_class.get(), result_class_constructor, in LangIdResultToJObjectArray()
/aosp_15_r20/external/libtextclassifier/native/actions/
H A Dactions_jni.cc262 const jmethodID result_class_constructor, in ActionSuggestionsToJObject()
268 JniHelper::NewObject(env, result_class.get(), result_class_constructor, in ActionSuggestionsToJObject()