Searched refs:ORIGINAL_ID (Results 1 – 3 of 3) sorted by relevance
88 Tables.EVENTS + "." + Events.ORIGINAL_ID + "=?)";652 String originalId = values.getAsString(Events.ORIGINAL_ID); in updateInstancesLocked()775 String originalId = values.getAsString(Events.ORIGINAL_ID); in updateRecurrenceInstancesLocked()778 originalId = getEventValue(db, rowId, Events.ORIGINAL_ID); in updateRecurrenceInstancesLocked()
125 Events.ORIGINAL_ID,232 private static final String SQL_WHERE_ORIGINAL_ID = Events.ORIGINAL_ID + "=?";233 private static final String SQL_WHERE_ORIGINAL_ID_NO_SYNC_ID = Events.ORIGINAL_ID +1973 int originalIdCol = cursor.getColumnIndex(Events.ORIGINAL_ID); in handleInsertException()2032 values.put(Events.ORIGINAL_ID, _id); in handleInsertException()2275 originalValues.put(Events.ORIGINAL_ID, id); in backfillExceptionOriginalIds()2430 && !updatedValues.containsKey(Events.ORIGINAL_ID)) { in insertInTransactionInner()2435 updatedValues.put(Events.ORIGINAL_ID, originalId); in insertInTransactionInner()2438 && updatedValues.containsKey(Events.ORIGINAL_ID)) { in insertInTransactionInner()2440 .getAsLong(Events.ORIGINAL_ID)); in insertInTransactionInner()[all …]
107 Events.ORIGINAL_ID + "," +190 " WHERE " + Events.ORIGINAL_ID + "=old." + Events._ID + ";";552 CalendarContract.Events.ORIGINAL_ID + " INTEGER," + in createEventsTable()3191 + CalendarContract.Events.ORIGINAL_ID + "," in createEventsView()