Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/intents/
Djni.cc192 const jstring description_with_app_name = in RemoteActionTemplatesToJObjectArray() local
193 AsUTF8String(remote_action.description_with_app_name); in RemoteActionTemplatesToJObjectArray()
206 description_with_app_name, action, data, type, flags, category, in RemoteActionTemplatesToJObjectArray()
Dintent-generator.h39 Optional<std::string> description_with_app_name; member
Dintent-generator.cc552 result.description_with_app_name = ReadString(/*index=*/-1).ToString(); in ReadRemoteActionTemplateResult()