Home
last modified time | relevance | path

Searched refs:compat_framework (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/test/674-hiddenapi/
H A Dhiddenapi.cc324 CompatFramework& compat_framework = Runtime::Current()->GetCompatFramework(); in Java_Reflection_setHiddenApiCheckHardening() local
325 std::set<uint64_t> disabled_changes = compat_framework.GetDisabledCompatChanges(); in Java_Reflection_setHiddenApiCheckHardening()
333 compat_framework.SetDisabledCompatChanges(disabled_changes); in Java_Reflection_setHiddenApiCheckHardening()
/aosp12/art/runtime/
H A Dhidden_api_test.cc174 CompatFramework& compat_framework = runtime_->GetCompatFramework(); in SetChangeIdState() local
175 std::set<uint64_t> disabled_changes = compat_framework.GetDisabledCompatChanges(); in SetChangeIdState()
181 compat_framework.SetDisabledCompatChanges(disabled_changes); in SetChangeIdState()
H A DAndroid.bp92 "compat_framework.cc",
/aosp12/art/runtime/native/
H A Djava_lang_Class.cc108 CompatFramework& compat_framework = Runtime::Current()->GetCompatFramework(); in GetReflectionCaller() local
110 if (compat_framework.IsChangeEnabled(kPreventMetaReflectionBlocklistAccess)) { in GetReflectionCaller()