Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_ContactsTest.java261 final String[] PROJECTION = new String[]{ in testProjection() local
300 PROJECTION, in testProjection()
307 PROJECTION, in testProjection()
316 PROJECTION, in testProjection()
323 PROJECTION, in testProjection()
/cts/tests/tests/content/src/android/content/cts/
DTestPagingContentProvider.java50 static final String[] PROJECTION = { field in TestPagingContentProvider
142 MatrixCursor c = new MatrixCursor(PROJECTION); in createCursor()
/cts/tests/tests/database/src/android/database/cts/
DDatabaseUtilsTest.java147 final String[] PROJECTION = new String[] { in testCreateDbFromSqlStatements() local
151 Cursor cursor = db.query(TABLE_NAME, PROJECTION, null, null, null, null, null); in testCreateDbFromSqlStatements()
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2899 final String[] PROJECTION = new String[] { Events.ORIGINAL_ID }; in testOutOfOrderRecurrenceExceptions() local
2904 c = mContentResolver.query(eventUri, PROJECTION, null, null, null); in testOutOfOrderRecurrenceExceptions()
2913 c = mContentResolver.query(eventUri, PROJECTION, null, null, null); in testOutOfOrderRecurrenceExceptions()
2922 c = mContentResolver.query(eventUri, PROJECTION, null, null, null); in testOutOfOrderRecurrenceExceptions()