HomeSort by relevance Sort by last modified time
    Searched refs:cachedCursor (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 20 import com.android.email.provider.ContentCache.CachedCursor;
142 // CachedCursor)
148 // The wrappedCursor should be a CachedCursor
150 assertTrue(wrappedCursor instanceof CachedCursor);
151 CachedCursor cachedCursor = (CachedCursor)wrappedCursor;
152 // The cursor wrapped in cachedCursor is the underlying cursor
153 Cursor activeCursor = cachedCursor.getWrappedCursor();
176 assertTrue(cachedCursor.isClosed())
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 513 Cursor cachedCursor = query(ContentUris.withAppendedId(
515 if (cachedCursor != null) {
520 cachedCursor.close();
    [all...]

Completed in 68 milliseconds