Searched refs:PROJECTION (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactsContract_ContactsTest.java | 261 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/ |
D | TestPagingContentProvider.java | 50 static final String[] PROJECTION = { field in TestPagingContentProvider 142 MatrixCursor c = new MatrixCursor(PROJECTION); in createCursor()
|
/cts/tests/tests/database/src/android/database/cts/ |
D | DatabaseUtilsTest.java | 147 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/ |
D | CalendarTest.java | 2899 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()
|