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

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

Completed in 49 milliseconds