Searched refs:cachedCompatChangeId (Results 1 – 2 of 2) sorted by relevance
1036 boolean getCachedCompatChange(@CachedCompatChangeId int cachedCompatChangeId) { in getCachedCompatChange() argument1037 if (mCachedCompatChanges[cachedCompatChangeId] == VALUE_INVALID) { in getCachedCompatChange()1038 mCachedCompatChanges[cachedCompatChangeId] = mService.mOomAdjuster in getCachedCompatChange()1039 .isChangeEnabled(cachedCompatChangeId, mApp.info, false /* default */) in getCachedCompatChange()1042 return mCachedCompatChanges[cachedCompatChangeId] == VALUE_TRUE; in getCachedCompatChange()
395 boolean isChangeEnabled(@CachedCompatChangeId int cachedCompatChangeId, ApplicationInfo app, in isChangeEnabled() argument398 CACHED_COMPAT_CHANGE_IDS_MAPPING[cachedCompatChangeId], app, defaultValue); in isChangeEnabled()