Home
last modified time | relevance | path

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

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