Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageResolver.java80 public boolean hasCache() { in hasCache() method in NotificationInlineImageResolver
125 if (hasCache()) { in loadImage()
146 if (!hasCache()) { in preloadImages()
164 if (!hasCache()) { in purgeCache()
/frameworks/base/core/java/android/util/
DTrustedTime.java47 boolean hasCache(); in hasCache() method
DNtpTrustedTime.java186 public boolean hasCache() { in hasCache() method in NtpTrustedTime
/frameworks/av/media/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/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()