Home | History | Annotate | Download | only in adapter

Lines Matching refs:_SYNC_ID

74     // Since exceptions will have the same _SYNC_ID as the original event we have to check that
75 // there's no original event when finding an item by _SYNC_ID
76 private static final String SERVER_ID_AND_CALENDAR_ID = Events._SYNC_ID + "=? AND " +
384 cv.put(Events._SYNC_ID, serverId);
798 cv.put(Events.ORIGINAL_EVENT, parentCv.getAsString(Events._SYNC_ID));
861 // We need a _sync_id, but it can't be the parent's id, so we generate one
862 cv.put(Events._SYNC_ID, parentCv.getAsString(Events._SYNC_ID) + '_' +
1217 cv.put(Events._SYNC_ID, serverId);
1428 final boolean isChange = entityValues.containsKey(Events._SYNC_ID);
1763 String serverId = entityValues.getAsString(Events._SYNC_ID);