Lines Matching refs:delete

1771                         // For missing photos that were in stream item photos, just delete the
1774 db.delete(Tables.STREAM_ITEM_PHOTOS, StreamItemPhotos._ID + "=?",
1991 public int delete(Uri uri, String selection, String[] selectionArgs) {
1999 return mProfileProvider.delete(uri, selection, selectionArgs);
2002 return super.delete(uri, selection, selectionArgs);
2607 db.delete(Tables.DATA, SELECTION_GROUPMEMBERSHIP_DATA, selectionArgs);
2866 count += rowHandler.delete(db, mTransactionContext.get(), c);
2910 return rowHandler.delete(db, mTransactionContext.get(), c);
3290 return mDbHelper.get().getSyncState().delete(db, selection,
3297 return mDbHelper.get().getSyncState().delete(db, selectionWithId,
3305 return mProfileHelper.getSyncState().delete(db, selectionWithId,
3356 // contact was unmodified so go ahead and delete it
3499 return mLegacyApiSupport.delete(uri, selection, selectionArgs);
3509 db.delete(Tables.DATA, DataColumns.MIMETYPE_ID + "="
3515 return db.delete(Tables.GROUPS, Groups._ID + "=" + groupId, null);
3530 final int count = db.delete(Tables.SETTINGS, selection, selectionArgs);
3552 return db.delete(Tables.CONTACTS, Contacts._ID + "=" + contactId, null);
3561 // Find and delete stream items associated with the raw contact.
3575 db.delete(Tables.PRESENCE,
3577 int count = db.delete(Tables.RAW_CONTACTS,
3604 // delete from both tables: presence and status_updates
3610 db.delete(Tables.STATUS_UPDATES, getWhereClauseForStatusUpdatesTable(selection),
3612 return db.delete(Tables.PRESENCE, selection, selectionArgs);
3634 return db.delete(Tables.STREAM_ITEMS, StreamItems._ID + "=?",
3641 return db.delete(Tables.STREAM_ITEM_PHOTOS, selection, selectionArgs);
3647 return db.delete(Tables.STREAM_ITEM_PHOTOS,
3675 db.delete(Tables.DATA_USAGE_STAT, null, null);
4251 // otherwise delete any matching group memberships.
4281 // (In practice it doesn't matter because there's probably no apps that undo-delete
4452 db.delete(Tables.AGGREGATION_EXCEPTIONS,