Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/intents/
Dremote-action-template.h36 Optional<std::string> title_with_entity; member
Djni.cc303 const StatusOr<ScopedLocalRef<jstring>> title_with_entity, in RemoteActionTemplatesToJObjectArray()
304 AsUTF8String(remote_action.title_with_entity)); in RemoteActionTemplatesToJObjectArray()
333 title_with_entity.ValueOrDie().get(), in RemoteActionTemplatesToJObjectArray()
Dintent-generator-test-lib.cc196 EXPECT_EQ(intents[0].title_with_entity.value(), "333 E Wonderview Ave"); in TEST_F()
Djni-lua.cc519 result.title_with_entity = Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()