Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api_test.cc127 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), false); in TEST_F()
139 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), false); in TEST_F()
151 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), false); in TEST_F()
158 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), true); in TEST_F()
170 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), false); in TEST_F()
177 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxQ().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
182 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), true); in TEST_F()
193 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxQ().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
202 ShouldDenyAccess(hiddenapi::ApiList::TestApi() | hiddenapi::ApiList::GreylistMaxQ()), true); in TEST_F()
217 ShouldDenyAccess(hiddenapi::ApiList::TestApi() | hiddenapi::ApiList::GreylistMaxQ()), false); in TEST_F()
/art/libartbase/base/
Dhiddenapi_flags.h196 static ApiList GreylistMaxQ() { return ApiList(Value::kGreylistMaxQ); } in GreylistMaxQ() function