Searched refs:expectedFeatureLevel (Results 1 – 1 of 1) sorted by relevance
1066 constexpr int64_t expectedFeatureLevel = __ANDROID_API_O_MR1__; in TEST_F() local1067 EXPECT_EQ(expectedFeatureLevel, featureLevel); in TEST_F()1077 constexpr int64_t expectedFeatureLevel = __ANDROID_API_P__; in TEST_F() local1078 EXPECT_EQ(expectedFeatureLevel, featureLevel); in TEST_F()1088 constexpr int64_t expectedFeatureLevel = __ANDROID_API_Q__; in TEST_F() local1089 EXPECT_EQ(expectedFeatureLevel, featureLevel); in TEST_F()1099 constexpr int64_t expectedFeatureLevel = __ANDROID_API_R__; in TEST_F() local1100 EXPECT_EQ(expectedFeatureLevel, featureLevel); in TEST_F()