Searched refs:hasCache (Results 1 – 7 of 7) sorted by relevance
65 public boolean hasCache() { in hasCache() method in NotificationInlineImageResolver83 result = hasCache() ? mImageCache.get(uri) : resolveImage(uri); in loadImage()96 if (!hasCache()) { in preloadImages()114 if (!hasCache()) { in purgeCache()
39 public boolean hasCache(); in hasCache() method
133 public boolean hasCache() { in hasCache() method in NtpTrustedTime
213 bool hasCache() const { in hasCache() function416 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()
198 bool hasCache() const { in hasCache() function367 if (cacheIt->second->hasCache()) { in receive()577 if (!it->second->hasCache() && (it->second->expire() || clearCache)) { in evictCaches()
2170 if (time.hasCache()) {
15649 HSPLandroid/util/NtpTrustedTime;->hasCache()Z