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

/packages/apps/Email/provider_src/com/android/email/provider/
H A DContentCache.java75 * the ContentCache instance (e.g. CachedCursor.close())
278 * Multiple CachedCursor's can use the same underlying cursor, so we override the various
279 * moveX methods such that each CachedCursor can have its own position information
281 public static final class CachedCursor extends CursorWrapper implements CrossProcessCursor { class in class:ContentCache
293 public CachedCursor(Cursor cursor, ContentCache cache, String id) { method in class:ContentCache.CachedCursor
478 // CachedCursor.invalidate)
502 return new CachedCursor(c, this, id);
528 private CachedCursor getCachedCursorImpl(String id) {
532 return new CachedCursor(c, this, id);
699 if (c instanceof CachedCursor) {
[all...]

Completed in 85 milliseconds