Searched refs:sCache (Results 1 – 2 of 2) sorted by relevance
36 private static AllocationCache sCache; field in RenderScriptSingleton59 sCache = new AllocationCache(sRS); in setContext()70 sCache.close(); in clearContext()71 sCache = null; in clearContext()101 if (sCache == null) { in getCache()105 return sCache; in getCache()
45 HashMap<String, IBinder> sCache = (HashMap<String, IBinder>) cacheField.get(null); in getServicesCachedInServiceManager() local46 for (Map.Entry<String, IBinder> serviceEntry : sCache.entrySet()) { in getServicesCachedInServiceManager()