Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/intents/
Dintent-generator-test-lib.cc195 EXPECT_EQ(intents[0].title_without_entity.value(), "Map"); in TEST_F()
259 title_without_entity = external.android.R.map, in TEST_F()
342 title_without_entity = external.android.R.add_calendar_event, in TEST_F()
392 title_without_entity = "test", in TEST_F()
436 title_without_entity = external.android.R.map, in TEST_F()
511 title_without_entity = "Add to contacts", in TEST_F()
Dremote-action-template.h32 Optional<std::string> title_without_entity; member
Djni.cc300 const StatusOr<ScopedLocalRef<jstring>> title_without_entity, in RemoteActionTemplatesToJObjectArray()
301 AsUTF8String(remote_action.title_without_entity)); in RemoteActionTemplatesToJObjectArray()
332 title_without_entity.ValueOrDie().get(), in RemoteActionTemplatesToJObjectArray()
Djni-lua.cc517 result.title_without_entity = Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()