Home
last modified time | relevance | path

Searched refs:getCachedCursor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/provider/
DContentCacheTests.java227 Cursor cachedCursor = cache.getCachedCursor("1", SIMPLE_PROJECTION); in testContentCacheRemoveEldestEntry()
230 cachedCursor = cache.getCachedCursor("2", SIMPLE_PROJECTION); in testContentCacheRemoveEldestEntry()
248 cachedCursor = cache.getCachedCursor("1", SIMPLE_PROJECTION); in testContentCacheRemoveEldestEntry()
251 cachedCursor = cache.getCachedCursor("2", SIMPLE_PROJECTION); in testContentCacheRemoveEldestEntry()
254 cachedCursor = cache.getCachedCursor("3", SIMPLE_PROJECTION); in testContentCacheRemoveEldestEntry()
/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java516 public synchronized Cursor getCachedCursor(String id, String[] projection) { in getCachedCursor() method in ContentCache