D | AsyncQueryHandlerTest.java | 275 private void startQuery(int token, Object cookie, Uri uri, String[] projection, in startQuery() argument 280 mAsyncHandler.startQuery(token, cookie, uri, projection, in startQuery() 284 private void startInsert(int token, Object cookie, Uri uri, in startInsert() argument 289 mAsyncHandler.startInsert(token, cookie, uri, initialValues); in startInsert() 292 private void startUpdate(int token, Object cookie, Uri uri, ContentValues values, in startUpdate() argument 297 mAsyncHandler.startUpdate(token, cookie, uri, values, selection, selectionArgs); in startUpdate() 300 private void startDelete(int token, Object cookie, Uri uri, String selection, in startDelete() argument 305 mAsyncHandler.startDelete(token, cookie, uri, selection, selectionArgs); in startDelete() 338 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete() argument 339 super.onDeleteComplete(token, cookie, result); in onDeleteComplete() [all …]
|