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

/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp135 ResTable_config longRoundConfig = longConfig; local
136 longRoundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
141 EXPECT_TRUE(longConfig.compare(longRoundConfig) < 0);
142 EXPECT_TRUE(longConfig.compareLogical(longRoundConfig) < 0);
143 EXPECT_TRUE(longRoundConfig.compare(longConfig) > 0);
144 EXPECT_TRUE(longRoundConfig.compareLogical(longConfig) > 0);
146 EXPECT_TRUE(longRoundConfig.compare(longRoundPortConfig) < 0);
147 EXPECT_TRUE(longRoundConfig.compareLogical(longRoundPortConfig) < 0);
148 EXPECT_TRUE(longRoundPortConfig.compare(longRoundConfig) > 0);
149 EXPECT_TRUE(longRoundPortConfig.compareLogical(longRoundConfig) >
[all...]

Completed in 926 milliseconds