Searched refs:ORIGINAL_SYNC_ID (Results 1 – 9 of 9) sorted by relevance
104 Tables.EVENTS + "." + Events.ORIGINAL_SYNC_ID + "=?)";119 Events.ORIGINAL_SYNC_ID,180 int originalEventColumn = entries.getColumnIndex(Events.ORIGINAL_SYNC_ID); in performInstanceExpansion()653 String originalSyncId = values.getAsString(Events.ORIGINAL_SYNC_ID); in updateInstancesLocked()749 String originalSyncId = values.getAsString(Events.ORIGINAL_SYNC_ID); in updateRecurrenceInstancesLocked()751 originalSyncId = getEventValue(db, rowId, Events.ORIGINAL_SYNC_ID); in updateRecurrenceInstancesLocked()847 String where = "(" + Events._SYNC_ID + "=? OR " + Events.ORIGINAL_SYNC_ID + "=?) AND " in getRelevantRecurrenceEntries()
126 Events.ORIGINAL_SYNC_ID,426 ALLOWED_IN_EXCEPTION.add(Events.ORIGINAL_SYNC_ID);2033 values.put(Events.ORIGINAL_SYNC_ID, _sync_id); in handleInsertException()2372 if (values.containsKey(Events.ORIGINAL_SYNC_ID) in insertInTransactionInner()2429 if (updatedValues.containsKey(Events.ORIGINAL_SYNC_ID) in insertInTransactionInner()2432 .getAsString(Events.ORIGINAL_SYNC_ID), in insertInTransactionInner()2437 } else if (!updatedValues.containsKey(Events.ORIGINAL_SYNC_ID) in insertInTransactionInner()2778 values.remove(Events.ORIGINAL_SYNC_ID); in scrubEventData()2782 modValues.putNull(Events.ORIGINAL_SYNC_ID); in scrubEventData()5050 sEventsProjectionMap.put(Events.ORIGINAL_SYNC_ID, Events.ORIGINAL_SYNC_ID); in sEventsProjectionMap.put() argument[all …]
106 Events.ORIGINAL_SYNC_ID + "," +189 " SET " + Events.ORIGINAL_SYNC_ID + "=new." + Events._SYNC_ID +554 CalendarContract.Events.ORIGINAL_SYNC_ID + " TEXT," + in createEventsTable()3190 + CalendarContract.Events.ORIGINAL_SYNC_ID + "," in createEventsView()
1282 public static final String ORIGINAL_SYNC_ID = "original_sync_id"; field1502 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ORIGINAL_SYNC_ID); in getEntityAndIncrementCursor()
1346 m.put(Events.ORIGINAL_SYNC_ID, syncId); in eventInfoToContentValues()1388 Events.ORIGINAL_SYNC_ID, in updateMatchingEvents()1430 if (!values.containsKey(Events.ORIGINAL_SYNC_ID) && originalEvent != null) { in updateMatchingEvents()1431 values.put(Events.ORIGINAL_SYNC_ID, originalEvent); in updateMatchingEvents()
193 Events.ORIGINAL_SYNC_ID // 22 do not remove; used in DeleteEventHelper
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
33597 field public static final String ORIGINAL_SYNC_ID = "original_sync_id";
23488 field public static final java.lang.String ORIGINAL_SYNC_ID = "original_sync_id";