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

/frameworks/base/libs/androidfw/tests/
H A DTestHelpers.h34 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resource_id,
H A DTestHelpers.cpp60 AssertionResult IsStringEqual(const ResTable& table, uint32_t resource_id, function in namespace:android
H A DSplit_test.cpp195 EXPECT_TRUE(IsStringEqual(table, R::string::density, "hdpi"));
200 EXPECT_TRUE(IsStringEqual(table, R::string::density, "xhdpi"));
205 EXPECT_TRUE(IsStringEqual(table, R::string::density, "xhdpi"));
210 EXPECT_TRUE(IsStringEqual(table, R::string::density, "xxhdpi"));
H A DResTable_test.cpp80 EXPECT_TRUE(IsStringEqual(table, basic::R::string::test1, "test1"));

Completed in 38 milliseconds