Home
last modified time | relevance | path

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

/external/libtextclassifier/native/actions/
Dactions_jni.cc133 env, TC3_PACKAGE_PATH TC3_ACTIONS_CLASS_NAME_STR "$ActionSuggestion"); in ActionSuggestionsToJObject()
143 env, TC3_PACKAGE_PATH TC3_ACTIONS_CLASS_NAME_STR "$ActionSuggestions"); in ActionSuggestionsToJObject()
153 env, TC3_PACKAGE_PATH TC3_ACTIONS_CLASS_NAME_STR "$Slot"); in ActionSuggestionsToJObject()
168 ";[L" TC3_PACKAGE_PATH TC3_ACTIONS_CLASS_NAME_STR "$Slot;)V")); in ActionSuggestionsToJObject()
264 "([L" TC3_PACKAGE_PATH TC3_ACTIONS_CLASS_NAME_STR in ActionSuggestionsToJObject()
281 JniHelper::FindClass(env, TC3_PACKAGE_PATH TC3_ACTIONS_CLASS_NAME_STR in FromJavaConversationMessage()
347 env, TC3_PACKAGE_PATH TC3_ACTIONS_CLASS_NAME_STR "$Conversation")); in FromJavaConversation()
353 "()[L" TC3_PACKAGE_PATH TC3_ACTIONS_CLASS_NAME_STR in FromJavaConversation()
Dactions_jni.h28 #define TC3_ACTIONS_CLASS_NAME_STR TC3_ADD_QUOTES(TC3_ACTIONS_CLASS_NAME) macro