Searched refs:testProjection (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | ApnDatabaseTest.java | 207 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/ |
D | ContactsContract_RawContactsTest.java | 299 public void testProjection() throws Exception { in testProjection() method in ContactsContract_RawContactsTest
|
D | ContactsContract_ContactsTest.java | 352 public void testProjection() throws Exception { in testProjection() method in ContactsContract_ContactsTest
|