Home
last modified time | relevance | path

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

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DApnDatabaseTest.java165 String[] selectionArgsToDelete = {NUMERIC}; in testValidCase() local
173 mContentResolver.delete(uri, selectionToDelete, selectionArgsToDelete); in testValidCase()
226 String[] selectionArgsToDelete = {NAME}; in testQueryConflictCase() local
234 mContentResolver.delete(uri, selectionToDelete, selectionArgsToDelete); in testQueryConflictCase()
242 uri, testProjection, selectionToDelete, selectionArgsToDelete, null); in testQueryConflictCase()
299 String[] selectionArgsToDelete = {NAME}; in testUpdateConflictCase() local
307 mContentResolver.delete(uri, selectionToDelete, selectionArgsToDelete); in testUpdateConflictCase()
315 uri, testProjection, selectionToDelete, selectionArgsToDelete, null); in testUpdateConflictCase()
390 String[] selectionArgsToDelete = {NAME}; in testDeleteConflictCase() local
398 mContentResolver.delete(uri, selectionToDelete, selectionArgsToDelete); in testDeleteConflictCase()