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()
122 Events.ORIGINAL_ID,228 private static final String SQL_WHERE_ORIGINAL_ID = Events.ORIGINAL_ID + "=?";229 private static final String SQL_WHERE_ORIGINAL_ID_NO_SYNC_ID = Events.ORIGINAL_ID +1949 int originalIdCol = cursor.getColumnIndex(Events.ORIGINAL_ID); in handleInsertException()2008 values.put(Events.ORIGINAL_ID, _id); in handleInsertException()2251 originalValues.put(Events.ORIGINAL_ID, id); in backfillExceptionOriginalIds()2406 && !updatedValues.containsKey(Events.ORIGINAL_ID)) { in insertInTransactionInner()2411 updatedValues.put(Events.ORIGINAL_ID, originalId); in insertInTransactionInner()2414 && updatedValues.containsKey(Events.ORIGINAL_ID)) { in insertInTransactionInner()2416 .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()