Home
last modified time | relevance | path

Searched refs:CachedCompatChangeId (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPlatformCompatCache.java59 static @interface CachedCompatChangeId{} annotation in PlatformCompatCache
119 static boolean isChangeEnabled(@CachedCompatChangeId int cachedCompatChangeId, in isChangeEnabled()
H A DProcessStateRecord.java39 import com.android.server.am.PlatformCompatCache.CachedCompatChangeId;
1085 boolean getCachedCompatChange(@CachedCompatChangeId int cachedCompatChangeId) { in getCachedCompatChange()
H A DOomAdjuster.java162 import com.android.server.am.PlatformCompatCache.CachedCompatChangeId;
405 protected boolean isChangeEnabled(@CachedCompatChangeId int cachedCompatChangeId, in isChangeEnabled()