Searched refs:getCachedCursor (Results 1 – 2 of 2) sorted by relevance
227 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()
516 public synchronized Cursor getCachedCursor(String id, String[] projection) { in getCachedCursor() method in ContentCache