Searched refs:hasCache (Results 1 – 6 of 6) 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()
46 boolean hasCache(); in hasCache() method
185 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()
15648 HSPLandroid/util/NtpTrustedTime;->hasCache()Z