Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/
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()
/art/runtime/
Dhidden_api.cc53 static constexpr uint64_t kPreventMetaReflectionBlocklistAccess = 142365358; variable
218 if (compat_framework.IsChangeEnabled(kPreventMetaReflectionBlocklistAccess)) { in GetReflectionCallerAccessContext()