Searched refs:IsStringEqual (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DTestHelpers.cpp25 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr) { function in namespace:android
H A DTestHelpers.h31 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr);
H A DSplit_test.cpp180 EXPECT_TRUE(IsStringEqual(table, base::R::string::density, "hdpi"));
184 EXPECT_TRUE(IsStringEqual(table, base::R::string::density, "xhdpi"));
188 EXPECT_TRUE(IsStringEqual(table, base::R::string::density, "xhdpi"));
193 EXPECT_TRUE(IsStringEqual(table, base::R::string::density, "xxhdpi"));
H A DResTable_test.cpp65 EXPECT_TRUE(IsStringEqual(table, base::R::string::test1, "test1"));

Completed in 77 milliseconds