Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java524 return getMatrixCursor(id, projection); in getCachedCursor()
538 private MatrixCursor getMatrixCursor(String id, String[] projection) { in getMatrixCursor() method in ContentCache
539 return getMatrixCursor(id, projection, null); in getMatrixCursor()
542 private MatrixCursor getMatrixCursor(String id, String[] projection, in getMatrixCursor() method in ContentCache
639 MatrixCursor cursor = getMatrixCursor(id, mBaseProjection, values); in unlockImpl()