Searched refs:GetIFieldHiddenFlags (Results 1 – 1 of 1) sorted by relevance
229 hiddenapi::ApiList GetIFieldHiddenFlags(const DexFile& dex_file) { in GetIFieldHiddenFlags() function in art::HiddenApiTest275 ASSERT_EQ(hiddenapi::ApiList::Sdk(), GetIFieldHiddenFlags(*dex_file)); in TEST_F()286 ASSERT_EQ(hiddenapi::ApiList::Unsupported(), GetIFieldHiddenFlags(*dex_file)); in TEST_F()297 ASSERT_EQ(hiddenapi::ApiList::MaxTargetO(), GetIFieldHiddenFlags(*dex_file)); in TEST_F()308 ASSERT_EQ(hiddenapi::ApiList::Blocked(), GetIFieldHiddenFlags(*dex_file)); in TEST_F()702 hiddenapi::ApiList::Unsupported(), GetIFieldHiddenFlags(*dex_file)); in TEST_F()714 | hiddenapi::ApiList::Unsupported(), GetIFieldHiddenFlags(*dex_file)); in TEST_F()742 ASSERT_EQ(hiddenapi::ApiList::MaxTargetR(), GetIFieldHiddenFlags(*dex_file)); in TEST_F()751 ASSERT_EQ(hiddenapi::ApiList::MaxTargetQ(), GetIFieldHiddenFlags(*dex_file)); in TEST_F()760 ASSERT_EQ(hiddenapi::ApiList::Blocked(), GetIFieldHiddenFlags(*dex_file)); in TEST_F()[all …]