Searched refs:title_with_entity (Results 1 – 4 of 4) sorted by relevance
36 Optional<std::string> title_with_entity; member
303 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()
196 EXPECT_EQ(intents[0].title_with_entity.value(), "333 E Wonderview Ave"); in TEST_F()
519 result.title_with_entity = Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()