Searched refs:PlatformCompatCache (Results 1 – 5 of 5) sorted by relevance
47 final class PlatformCompatCache { class75 private static PlatformCompatCache sPlatformCompatCache;77 private PlatformCompatCache(long[] compatChanges) { in PlatformCompatCache() method in PlatformCompatCache95 static PlatformCompatCache getInstance() { in getInstance()97 sPlatformCompatCache = new PlatformCompatCache(new long[] { in getInstance()
98 import static com.android.server.am.PlatformCompatCache.CACHED_COMPAT_CHANGE_CAMERA_MICROPHONE_CAPA…99 import static com.android.server.am.PlatformCompatCache.CACHED_COMPAT_CHANGE_PROCESS_CAPABILITY;100 import static com.android.server.am.PlatformCompatCache.CACHED_COMPAT_CHANGE_USE_SHORT_FGS_USAGE_IN…162 import com.android.server.am.PlatformCompatCache.CachedCompatChangeId;407 return PlatformCompatCache.getInstance() in isChangeEnabled()850 PlatformCompatCache.getInstance().invalidate(app.info); in removeOomAdjTargetLocked()
39 import com.android.server.am.PlatformCompatCache.CachedCompatChangeId;
4919 PlatformCompatCache.getInstance()
1933 HSPLcom/android/server/am/PlatformCompatCache$CacheItem;->fetchLocked(Landroid/content/pm/Applicati…1934 HSPLcom/android/server/am/PlatformCompatCache$CacheItem;->invalidate(Landroid/content/pm/Applicatio…1935 HSPLcom/android/server/am/PlatformCompatCache$CacheItem;->isChangeEnabled(Landroid/content/pm/Appli…1936 HSPLcom/android/server/am/PlatformCompatCache;->getInstance()Lcom/android/server/am/PlatformCompatC…1937 HSPLcom/android/server/am/PlatformCompatCache;->invalidate(Landroid/content/pm/ApplicationInfo;)V1938 HSPLcom/android/server/am/PlatformCompatCache;->isChangeEnabled(JLandroid/content/pm/ApplicationInf…