Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api_test.cc130 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), false); in TEST_F()
143 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), false); in TEST_F()
156 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), false); in TEST_F()
163 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), true); in TEST_F()
176 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), false); in TEST_F()
183 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxQ().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
189 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), true); in TEST_F()
202 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::GreylistMaxQ()), true); in TEST_F()
224 ShouldDenyAccess(hiddenapi::ApiList::TestApi() | hiddenapi::ApiList::GreylistMaxQ()), true); in TEST_F()
241 ShouldDenyAccess(hiddenapi::ApiList::TestApi() | hiddenapi::ApiList::GreylistMaxQ()), false); in TEST_F()
/art/libartbase/base/
Dhiddenapi_flags.h199 static ApiList GreylistMaxQ() { return ApiList(Value::kGreylistMaxQ); } in GreylistMaxQ() function