Searched defs:ContentCache (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/provider/
H A DContentCache.java47 * ContentCache cache = new ContentCache(name, projection, max);
71 * Synchronization note: All of the public methods in ContentCache are synchronized (i.e. on the
73 * All references to ContentCache that are external to the ContentCache class MUST synchronize on
74 * the ContentCache instance (e.g. CachedCursor.close())
76 public final class ContentCache { class
93 private static final ArrayList<ContentCache> sContentCaches = new ArrayList<ContentCache>();
284 private final ContentCache mCach
410 public ContentCache(String name, String[] baseProjection, int maxSize) { method in class:ContentCache
[all...]

Completed in 443 milliseconds