HomeSort by relevance Sort by last modified time
    Searched refs:IsStringEqual (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/androidfw/tests/
TestHelpers.cpp 25 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr) {
TestHelpers.h 31 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr);
Split_test.cpp 180 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"));
ResTable_test.cpp 65 EXPECT_TRUE(IsStringEqual(table, base::R::string::test1, "test1"));

Completed in 67 milliseconds