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.java167 String[] selectionArgsToDelete = {NUMERIC}; in testValidCase() local
175 mContentResolver.delete(uri, selectionToDelete, selectionArgsToDelete); in testValidCase()
228 String[] selectionArgsToDelete = {NAME}; in testQueryConflictCase() local
236 mContentResolver.delete(uri, selectionToDelete, selectionArgsToDelete); in testQueryConflictCase()
244 uri, testProjection, selectionToDelete, selectionArgsToDelete, null); in testQueryConflictCase()
301 String[] selectionArgsToDelete = {NAME}; in testUpdateConflictCase() local
309 mContentResolver.delete(uri, selectionToDelete, selectionArgsToDelete); in testUpdateConflictCase()
317 uri, testProjection, selectionToDelete, selectionArgsToDelete, null); in testUpdateConflictCase()
392 String[] selectionArgsToDelete = {NAME}; in testDeleteConflictCase() local
400 mContentResolver.delete(uri, selectionToDelete, selectionArgsToDelete); in testDeleteConflictCase()