Home | History | Annotate | Download | only in provider

Lines Matching refs:ContentCache

40 import com.android.email.provider.ContentCache.CacheToken;
130 private final ContentCache mCacheAccount =
131 new ContentCache("Account", Account.CONTENT_PROJECTION, MAX_CACHED_ACCOUNTS);
132 private final ContentCache mCacheHostAuth =
133 new ContentCache("HostAuth", HostAuth.CONTENT_PROJECTION, MAX_CACHED_ACCOUNTS * 2);
134 /*package*/ final ContentCache mCacheMailbox =
135 new ContentCache("Mailbox", Mailbox.CONTENT_PROJECTION,
137 private final ContentCache mCacheMessage =
138 new ContentCache("Message", Message.CONTENT_PROJECTION, 8);
139 private final ContentCache mCachePolicy =
140 new ContentCache("Policy", Policy.CONTENT_PROJECTION, MAX_CACHED_ACCOUNTS);
238 private final ContentCache[] mContentCaches = {
704 ContentCache cache = mContentCaches[table];
1100 ContentCache cache = null;
1107 ContentCache.notCacheable(uri, selection);
1469 ContentCache cache = mContentCaches[table];
1744 ContentCache cache = mContentCaches[table];