Searched defs:sCache (Results 1 – 9 of 9) sorted by relevance
46 private static LruCache<Asset, WallpaperColors> sCache = new LruCache<>(/* maxSize= */ 6); field in WallpaperColorsLoader
30 private static final LruCache<String, PackageInfo> sCache = new LruCache<>(MAX_CACHE_ENTRIES); field in TargetPackageInfoGetterTask
40 private static WeakReference<TimeZoneData> sCache = null; field in TimeZoneData
149 static NNCache sCache; variable
52 NNCache NNCache::sCache; member in android::NNCache
78 private static LruCache<CacheKey, Bitmap> sCache = new LruCache<CacheKey, Bitmap>(cacheSize) { field in BitmapCachingAsset
61 private static ArrayMap<Class, Parcelling> sCache = new ArrayMap<>(); field in Parcelling.Cache
62 private static ArrayMap<Class, Parcelling> sCache = new ArrayMap<>(); field in Parcelling.Cache
50 private static Object[] sCache = new Object[CACHE_SIZE]; field in ArrayUtils