Searched refs:command_matches (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/confirmationui/support/test/ |
D | msg_formatting_test.cpp | 86 bool command_matches; in TEST() local 87 std::tie(in, command_matches, prompt, extra, locale, uiOpts) = in TEST() 90 ASSERT_TRUE(command_matches); in TEST()
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | msg_formatting.h | 407 bool command_matches; 408 std::tie(in, command_matches) = read(in, cmd); 409 if (!command_matches) return {in, false, HEAD(), Tail()...};
|