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,
318 PowerComponent.PROJECTION,
341 PowerComponent.PROJECTION,
360 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.java362 final String[] PROJECTION = new String[]{ in testProjection() local
401 PROJECTION, in testProjection()
408 PROJECTION, in testProjection()
417 PROJECTION, in testProjection()
424 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.java275 final String[] PROJECTION = new String[] { in testCreateDbFromSqlStatements() local
279 Cursor cursor = db.query(TABLE_NAME, PROJECTION, null, null, null, null, null); in testCreateDbFromSqlStatements()
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java2898 final String[] PROJECTION = new String[] { Events.ORIGINAL_ID }; in testOutOfOrderRecurrenceExceptions() local
2903 c = mContentResolver.query(eventUri, PROJECTION, null, null, null); in testOutOfOrderRecurrenceExceptions()
2912 c = mContentResolver.query(eventUri, PROJECTION, null, null, null); in testOutOfOrderRecurrenceExceptions()
2921 c = mContentResolver.query(eventUri, PROJECTION, null, null, null); in testOutOfOrderRecurrenceExceptions()