Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/provider/
DContentCacheTests.java156 Cursor activeCursor = cachedCursor.getWrappedCursor(); in testCachedCursors() local
159 int activeCount = ContentCache.sActiveCursors.getCount(activeCursor); in testCachedCursors()
182 assertFalse(activeCursor.isClosed()); in testCachedCursors()
184 assertFalse(ContentCache.sActiveCursors.contains(activeCursor)); in testCachedCursors()