Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRenderScriptSingleton.java36 private static AllocationCache sCache; field in RenderScriptSingleton
59 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()
/cts/tests/tests/security/src/android/security/cts/
DIsolatedService.java45 HashMap<String, IBinder> sCache = (HashMap<String, IBinder>) cacheField.get(null); in getServicesCachedInServiceManager() local
46 for (Map.Entry<String, IBinder> serviceEntry : sCache.entrySet()) { in getServicesCachedInServiceManager()