Home
last modified time | relevance | path

Searched refs:testProjection (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DApnDatabaseTest.java207 final String[] testProjection = { in testQueryConflictCase() local
215 + Arrays.toString(testProjection) in testQueryConflictCase()
221 mContentResolver.query(uri, testProjection, selection, selectionArgs, null); in testQueryConflictCase()
242 uri, testProjection, selectionToDelete, selectionArgsToDelete, null); in testQueryConflictCase()
269 final String[] testProjection = { in testUpdateConflictCase() local
277 + Arrays.toString(testProjection) in testUpdateConflictCase()
283 mContentResolver.query(uri, testProjection, selection, selectionArgs, null); in testUpdateConflictCase()
315 uri, testProjection, selectionToDelete, selectionArgsToDelete, null); in testUpdateConflictCase()
343 final String[] testProjection = { in testDeleteConflictCase() local
351 + Arrays.toString(testProjection) in testDeleteConflictCase()
[all …]
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_RawContactsTest.java299 public void testProjection() throws Exception { in testProjection() method in ContactsContract_RawContactsTest
DContactsContract_ContactsTest.java352 public void testProjection() throws Exception { in testProjection() method in ContactsContract_ContactsTest