Searched refs:syncId (Results 1 – 4 of 4) sorted by relevance
244 String syncId = entries.getString(syncIdColumn); in performInstanceExpansion() local260 String syncIdKey = CalendarInstancesHelper.getSyncIdKey(syncId, calendarId); in performInstanceExpansion()394 + syncId); in performInstanceExpansion()876 static String getSyncIdKey(String syncId, long calendarId) { in getSyncIdKey() argument877 return calendarId + ":" + syncId; in getSyncIdKey()
2050 String syncId = values.getAsString(Events._SYNC_ID); in backfillExceptionOriginalIds() local2055 if (TextUtils.isEmpty(syncId) || TextUtils.isEmpty(calendarId) || in backfillExceptionOriginalIds()2065 new String[] { syncId, calendarId }); in backfillExceptionOriginalIds()3160 String syncId = cursor.getString(EVENTS_SYNC_ID_INDEX); in deleteEventInternal() local3161 boolean emptySyncId = TextUtils.isEmpty(syncId); in deleteEventInternal()3578 private boolean doesEventExistForSyncId(String syncId) { in doesEventExistForSyncId() argument3579 if (syncId == null) { in doesEventExistForSyncId()3581 Log.w(TAG, "SyncID cannot be null: " + syncId); in doesEventExistForSyncId()3586 new String[] { syncId }); in doesEventExistForSyncId()
1447 public void delete(long id, String syncId) { in delete() argument1453 .withSelection(Events.ORIGINAL_SYNC_ID + "=?", new String[] {syncId}))); in delete()
1168 String syncId = String.format("%d", recur.mSyncId); in eventInfoToContentValues() local1169 m.put(Events.ORIGINAL_SYNC_ID, syncId); in eventInfoToContentValues()