Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java94 private static final ArrayList<ContentCache> sContentCaches = new ArrayList<ContentCache>(); field in ContentCache
425 sContentCaches.add(this); in ContentCache()
720 for (ContentCache cache: sContentCaches) { in invalidateAllCaches()
814 for (ContentCache cache: sContentCaches) { in dumpStats()