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.java65 public boolean hasCache() { in hasCache() method in NotificationInlineImageResolver
83 result = hasCache() ? mImageCache.get(uri) : resolveImage(uri); in loadImage()
96 if (!hasCache()) { in preloadImages()
114 if (!hasCache()) { in purgeCache()
/frameworks/base/core/java/android/util/
DTrustedTime.java46 boolean hasCache(); in hasCache() method
DNtpTrustedTime.java185 public boolean hasCache() { in hasCache() method in NtpTrustedTime
/frameworks/av/media/bufferpool/2.0/
DBufferPoolClient.cpp213 bool hasCache() const { in hasCache() function
416 if (cacheIt->second->hasCache()) { in receive()
674 if (!it->second->hasCache() && (it->second->expire() || clearCache)) { in evictCaches()
691 if (!it->second->hasCache()) { in invalidateBuffer()
708 if (!it->second->hasCache()) { in invalidateRange()
/frameworks/av/media/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/config/
Dboot-image-profile.txt15648 HSPLandroid/util/NtpTrustedTime;->hasCache()Z