Fix test failure in FrameworksServicesTests
Bug: 197117900 Test: atest FrameworksServicesTests:OomAdjusterTests Change-Id: I0a326503ddda52a85e6b6a21516518b592f8b7ae
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user