Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPlatformCompatCache.java75 private static PlatformCompatCache sPlatformCompatCache; field in PlatformCompatCache
96 if (sPlatformCompatCache == null) { in getInstance()
97 sPlatformCompatCache = new PlatformCompatCache(new long[] { in getInstance()
103 return sPlatformCompatCache; in getInstance()