Searched refs:roundConfig (Results 1 – 1 of 1) sorted by relevance
113 ResTable_config roundConfig; in TEST() local114 memset(&roundConfig, 0, sizeof(roundConfig)); in TEST()115 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()117 EXPECT_FALSE(roundConfig.match(deviceConfig)); in TEST()121 EXPECT_TRUE(roundConfig.match(deviceConfig)); in TEST()125 EXPECT_FALSE(roundConfig.match(deviceConfig)); in TEST()162 ResTable_config roundConfig = defaultConfig; in TEST() local163 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()165 EXPECT_EQ(defaultConfig.diff(roundConfig), in TEST()