Searched refs:MaxTargetP (Results 1 – 2 of 2) sorted by relevance
239 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetP()), false); in TEST_F()252 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetP()), false); in TEST_F()265 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetP()), false); in TEST_F()272 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetP()), false); in TEST_F()278 static_cast<uint32_t>(hiddenapi::ApiList::MaxTargetP().GetMaxAllowedSdkVersion()) + 1); in TEST_F()285 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetP()), true); in TEST_F()298 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetP()), true); in TEST_F()311 ASSERT_EQ(ShouldDenyAccess(hiddenapi::ApiList::MaxTargetP()), true); in TEST_F()335 ShouldDenyAccess(hiddenapi::ApiList::TestApi() | hiddenapi::ApiList::MaxTargetP()), true); in TEST_F()353 ShouldDenyAccess(hiddenapi::ApiList::TestApi() | hiddenapi::ApiList::MaxTargetP()), false); in TEST_F()[all …]
204 static ApiList MaxTargetP() { return ApiList(Value::kMaxTargetP); } in MaxTargetP() function