Home
last modified time | relevance | path

Searched refs:hasCache (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageResolver.java88 public boolean hasCache() { in hasCache() method in NotificationInlineImageResolver
145 return hasCache() ? loadImageFromCache(uri, MAX_UI_THREAD_TIMEOUT_MS) : resolveImage(uri); in loadImage()
162 if (!hasCache()) { in preloadImages()
180 if (!hasCache()) { in purgeCache()
232 if (!hasCache()) { in waitForPreloadedImages()
245 if (!hasCache()) { in cancelRunningTasks()
/frameworks/base/core/java/android/util/
DTrustedTime.java47 boolean hasCache(); in hasCache() method
DNtpTrustedTime.java427 public boolean hasCache() { in hasCache() method in NtpTrustedTime
/frameworks/av/media/module/bufferpool/2.0/
DBufferPoolClient.cpp219 bool hasCache() const { in hasCache() function
422 if (cacheIt->second->hasCache()) { in receive()
681 if (!it->second->hasCache() && (it->second->expire() || in evictCaches()
699 if (!it->second->hasCache()) { in invalidateBuffer()
716 if (!it->second->hasCache()) { in invalidateRange()
/frameworks/av/media/module/bufferpool/1.0/
DBufferPoolClient.cpp198 bool hasCache() const { in hasCache() function
367 if (cacheIt->second->hasCache()) { in receive()
577 if (!it->second->hasCache() && (it->second->expire() || clearCache)) { in evictCaches()
/frameworks/base/core/tests/coretests/src/android/util/
DNtpTrustedTimeTest.java630 assertFalse(ntpTrustedTime.hasCache()); in assertNoCachedTimeValueResult()
640 assertTrue(ntpTrustedTime.hasCache()); in assertCachedTimeValueResult()