Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api_test.cc273 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetS()), false); in TEST_F()
287 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetS()), false); in TEST_F()
301 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetS()), false); in TEST_F()
310 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetS()), false); in TEST_F()
324 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetS()), false); in TEST_F()
338 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetS()), false); in TEST_F()
352 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetS()), false); in TEST_F()
361 static_cast<uint32_t>(hiddenapi::ApiList::MaxTargetS().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
364 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetS()), true); in TEST_F()
/art/libartbase/base/
Dhiddenapi_flags.h210 static ApiList MaxTargetS() { return ApiList(Value::kMaxTargetS); } in MaxTargetS() function