Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/674-hiddenapi/
H A Dhiddenapi.cc28 static constexpr uint64_t kPreventMetaReflectionBlocklistAccess = 142365358; variable
320 disabled_changes.erase(kPreventMetaReflectionBlocklistAccess); in Java_Reflection_setHiddenApiCheckHardening()
323 disabled_changes.insert(kPreventMetaReflectionBlocklistAccess); in Java_Reflection_setHiddenApiCheckHardening()
/aosp_15_r20/art/runtime/
H A Dhidden_api.cc53 static constexpr uint64_t kPreventMetaReflectionBlocklistAccess = 142365358; variable
218 if (compat_framework.IsChangeEnabled(kPreventMetaReflectionBlocklistAccess)) { in GetReflectionCallerAccessContext()