Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/intents/
Djni.cc187 const jstring title_without_entity = in RemoteActionTemplatesToJObjectArray() local
188 AsUTF8String(remote_action.title_without_entity); in RemoteActionTemplatesToJObjectArray()
205 title_without_entity, title_with_entity, description, in RemoteActionTemplatesToJObjectArray()
Dintent-generator.h27 Optional<std::string> title_without_entity; member
Dintent-generator.cc546 result.title_without_entity = ReadString(/*index=*/-1).ToString(); in ReadRemoteActionTemplateResult()