Searched refs:GreylistMaxO (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | hidden_api_test.cc | 113 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxO()), false); in TEST_F() 118 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxO().GetMaxAllowedSdkVersion())); in TEST_F() 122 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxO()), false); in TEST_F() 127 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxO().GetMaxAllowedSdkVersion()) + 1); in TEST_F() 131 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxO()), true); in TEST_F() 140 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxO()), true); in TEST_F()
|
/art/tools/hiddenapi/ |
D | hiddenapi_test.cc | 298 ASSERT_EQ(hiddenapi::ApiList::GreylistMaxO(), GetIFieldHiddenFlags(*dex_file)); in TEST_F() 369 ASSERT_EQ(hiddenapi::ApiList::GreylistMaxO(), GetSFieldHiddenFlags(*dex_file)); in TEST_F() 440 ASSERT_EQ(hiddenapi::ApiList::GreylistMaxO(), GetIMethodHiddenFlags(*dex_file)); in TEST_F() 511 ASSERT_EQ(hiddenapi::ApiList::GreylistMaxO(), GetSMethodHiddenFlags(*dex_file)); in TEST_F() 582 ASSERT_EQ(hiddenapi::ApiList::GreylistMaxO(), GetINMethodHiddenFlags(*dex_file)); in TEST_F() 653 ASSERT_EQ(hiddenapi::ApiList::GreylistMaxO(), GetSNMethodHiddenFlags(*dex_file)); in TEST_F()
|
/art/libartbase/base/ |
D | hiddenapi_flags.h | 182 static ApiList GreylistMaxO() { return ApiList(Value::kGreylistMaxO); } in GreylistMaxO() function
|
/art/test/674-hiddenapi/ |
D | hiddenapi.cc | 37 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxO().GetMaxAllowedSdkVersion())); in Java_Main_init()
|