Searched defs:uncached (Results 1 – 2 of 2) sorted by relevance
74 boolean uncached) { in ContentUriAsset()104 public ContentUriAsset(Context context, Uri uri, boolean uncached) { in ContentUriAsset()
539 final int uncached = uncachedResult.get(timeoutMs, TimeUnit.MILLISECONDS); in testSingleWriterCacheEffectiveness() local