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

/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp138 ResTable_config longRoundPortConfig = longConfig; local
139 longRoundPortConfig.orientation = ResTable_config::ORIENTATION_PORT;
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) > 0);

Completed in 483 milliseconds