Searched refs:compat_framework (Results 1 – 4 of 4) sorted by relevance
324 CompatFramework& compat_framework = Runtime::Current()->GetCompatFramework(); in Java_Reflection_setHiddenApiCheckHardening() local325 std::set<uint64_t> disabled_changes = compat_framework.GetDisabledCompatChanges(); in Java_Reflection_setHiddenApiCheckHardening()333 compat_framework.SetDisabledCompatChanges(disabled_changes); in Java_Reflection_setHiddenApiCheckHardening()
174 CompatFramework& compat_framework = runtime_->GetCompatFramework(); in SetChangeIdState() local175 std::set<uint64_t> disabled_changes = compat_framework.GetDisabledCompatChanges(); in SetChangeIdState()181 compat_framework.SetDisabledCompatChanges(disabled_changes); in SetChangeIdState()
92 "compat_framework.cc",
108 CompatFramework& compat_framework = Runtime::Current()->GetCompatFramework(); in GetReflectionCaller() local110 if (compat_framework.IsChangeEnabled(kPreventMetaReflectionBlocklistAccess)) { in GetReflectionCaller()