Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyDef.java181 PROJECTION("PROJECTION"), enumConstant
241 PowerComponent.PROJECTION,
264 PowerComponent.PROJECTION,
290 PowerComponent.PROJECTION,
316 PowerComponent.PROJECTION,
339 PowerComponent.PROJECTION,
358 PowerComponent.PROJECTION,
/cts/hostsidetests/car/app/src/android/car/cts/app/
DPowerComponentUtil.java69 return PowerComponent.PROJECTION; in toPowerComponent()
108 case PowerComponent.PROJECTION: in componentToString()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_ContactsTest.java348 final String[] PROJECTION = new String[]{ in testProjection() local
387 PROJECTION, in testProjection()
394 PROJECTION, in testProjection()
403 PROJECTION, in testProjection()
410 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/calendarprovider/src/android/provider/cts/calendar/
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()