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.java209 final String[] testProjection = { in testQueryConflictCase() local
217 + Arrays.toString(testProjection) in testQueryConflictCase()
223 mContentResolver.query(uri, testProjection, selection, selectionArgs, null); in testQueryConflictCase()
244 uri, testProjection, selectionToDelete, selectionArgsToDelete, null); in testQueryConflictCase()
271 final String[] testProjection = { in testUpdateConflictCase() local
279 + Arrays.toString(testProjection) in testUpdateConflictCase()
285 mContentResolver.query(uri, testProjection, selection, selectionArgs, null); in testUpdateConflictCase()
317 uri, testProjection, selectionToDelete, selectionArgsToDelete, null); in testUpdateConflictCase()
345 final String[] testProjection = { in testDeleteConflictCase() local
353 + 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.java338 public void testProjection() throws Exception { in testProjection() method in ContactsContract_ContactsTest