Searched refs:SQL_WHERE_ORIGINAL_ID (Results 1 – 1 of 1) sorted by relevance
229 private static final String SQL_WHERE_ORIGINAL_ID = Events.ORIGINAL_ID + "=?"; field in CalendarProvider23514 mDb.delete(Tables.EVENTS, SQL_WHERE_ORIGINAL_ID, selectionArgs); in deleteEventInternal()