Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRenderScriptSingleton.java100 public static synchronized AllocationCache getCache() { in getCache() method in RenderScriptSingleton
DScript.java181 protected final AllocationCache mCache = RenderScriptSingleton.getCache();
DAllocationInfo.java414 return RenderScriptSingleton.getCache().getOrCreateTyped(mType, mUsage); in createAllocation()
DScriptGraph.java67 private final AllocationCache mCache = RenderScriptSingleton.getCache();
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java1330 Bundle response = mContentResolver.getCache(TABLE1_URI); in testContentResolverCaching()
1338 response = mContentResolver.getCache(TABLE1_URI); in testContentResolverCaching()