Home
last modified time | relevance | path

Searched refs:GreylistMaxR (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dhidden_api_test.cc129 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxR()), false); in TEST_F()
142 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxR()), false); in TEST_F()
155 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxR()), false); in TEST_F()
175 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxR()), false); in TEST_F()
188 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxR()), false); in TEST_F()
196 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxR().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
201 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxR()), true); in TEST_F()
213 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxR().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
222 ShouldDenyAccess(hiddenapi::ApiList::TestApi() | hiddenapi::ApiList::GreylistMaxR()), true); in TEST_F()
239 ShouldDenyAccess(hiddenapi::ApiList::TestApi() | hiddenapi::ApiList::GreylistMaxR()), false); in TEST_F()
/art/libartbase/base/
Dhiddenapi_flags.h200 static ApiList GreylistMaxR() { return ApiList(Value::kGreylistMaxR); } in GreylistMaxR() function