Searched refs:getMatrixCursor (Results 1 – 1 of 1) sorted by relevance
524 return getMatrixCursor(id, projection); in getCachedCursor()538 private MatrixCursor getMatrixCursor(String id, String[] projection) { in getMatrixCursor() method in ContentCache539 return getMatrixCursor(id, projection, null); in getMatrixCursor()542 private MatrixCursor getMatrixCursor(String id, String[] projection, in getMatrixCursor() method in ContentCache639 MatrixCursor cursor = getMatrixCursor(id, mBaseProjection, values); in unlockImpl()