Searched refs:projectionCursor (Results 1 – 1 of 1) sorted by relevance
479 Cursor projectionCursor = mMockResolver.query( in testQueriesOnNotesUri() local488 assertEquals(TEST_PROJECTION.length, projectionCursor.getColumnCount()); in testQueriesOnNotesUri()492 assertEquals(TEST_PROJECTION[0], projectionCursor.getColumnName(0)); in testQueriesOnNotesUri()493 assertEquals(TEST_PROJECTION[1], projectionCursor.getColumnName(1)); in testQueriesOnNotesUri()494 assertEquals(TEST_PROJECTION[2], projectionCursor.getColumnName(2)); in testQueriesOnNotesUri()499 projectionCursor = mMockResolver.query( in testQueriesOnNotesUri()508 assertEquals(SELECTION_ARGS.length, projectionCursor.getCount()); in testQueriesOnNotesUri()512 while (projectionCursor.moveToNext()) { in testQueriesOnNotesUri()516 assertEquals(SELECTION_ARGS[index], projectionCursor.getString(0)); in testQueriesOnNotesUri()