Searched refs:AssertTranslations (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Compile_test.cpp | 194 static void AssertTranslations(CommandTestFixture *ctf, std::string file_name, in AssertTranslations() function 245 AssertTranslations(this, "foo", expected_translatable); in TEST_F() 246 AssertTranslations(this, "foo_donottranslate", expected_translatable); in TEST_F() 252 AssertTranslations(this, "donottranslate", expected_not_translatable); in TEST_F() 253 AssertTranslations(this, "donottranslate_foo", expected_not_translatable); in TEST_F()
|