Searched refs:AddActionSpec (Results 1 – 1 of 1) sorted by relevance
/external/libtextclassifier/native/actions/ |
D | grammar-actions_test.cc | 75 int AddActionSpec(const std::string& type, const std::string& response_text, in AddActionSpec() function in libtextclassifier3::__anon7c60ce160111::GrammarActionsTest 107 return AddActionSpec("text_reply", response_text, {}, action_grammar_rules); in AddSmartReplySpec() 247 AddRuleMatch({AddActionSpec("call_phone", /*response_text=*/"", in TEST_F() 362 AddRuleMatch({AddActionSpec("track_flight", /*response_text=*/"", in TEST_F() 594 AddRuleMatch({AddActionSpec("call_phone", /*response_text=*/"", in TEST_F() 660 AddRuleMatch({AddActionSpec("set_reminder", /*response_text=*/"", in TEST_F()
|