Merge "Fix test failure in FrameworksServicesTests"

This commit is contained in:
Jing Ji
2021-08-26 02:11:18 +00:00
committed by Android (Google) Code Review

View File

@@ -422,7 +422,7 @@ public class OomAdjuster {
boolean isChangeEnabled(@CachedCompatChangeId int cachedCompatChangeId, ApplicationInfo app,
boolean defaultValue) {
return mPlatformCompatCache.isChangeEnabled(
return getPlatformCompatCache().isChangeEnabled(
CACHED_COMPAT_CHANGE_IDS_MAPPING[cachedCompatChangeId], app, defaultValue);
}