Home | History | Annotate | Download | only in provider

Lines Matching refs:ContentCache

47  *    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 {
93 private static final ArrayList<ContentCache> sContentCaches = new ArrayList<ContentCache>();
284 private final ContentCache mCache;
292 public CachedCursor(Cursor cursor, ContentCache cache, String id) {
410 public ContentCache(String name, String[] baseProjection, int maxSize) {
423 mLogTag = "ContentCache-" + name;
748 for (ContentCache cache: sContentCaches) {
762 private final ContentCache mCache;
789 Statistics(ContentCache cache) {
799 private void addCacheStatistics(ContentCache cache) {
842 for (ContentCache cache: sContentCaches) {