Searched refs:syncId (Results 1 – 3 of 3) sorted by relevance
242 String syncId = entries.getString(syncIdColumn); in performInstanceExpansion() local258 String syncIdKey = CalendarInstancesHelper.getSyncIdKey(syncId, calendarId); in performInstanceExpansion()392 + syncId); in performInstanceExpansion()876 static String getSyncIdKey(String syncId, long calendarId) { in getSyncIdKey() argument877 return calendarId + ":" + syncId; in getSyncIdKey()
2241 String syncId = values.getAsString(Events._SYNC_ID); in backfillExceptionOriginalIds() local2246 if (TextUtils.isEmpty(syncId) || TextUtils.isEmpty(calendarId) || in backfillExceptionOriginalIds()2256 new String[] { syncId, calendarId }); in backfillExceptionOriginalIds()3486 String syncId = cursor.getString(EVENTS_SYNC_ID_INDEX); in deleteEventInternal() local3487 boolean emptySyncId = TextUtils.isEmpty(syncId); in deleteEventInternal()3908 private boolean doesEventExistForSyncId(String syncId) { in doesEventExistForSyncId() argument3909 if (syncId == null) { in doesEventExistForSyncId()3911 Log.w(TAG, "SyncID cannot be null: " + syncId); in doesEventExistForSyncId()3916 new String[] { syncId }); in doesEventExistForSyncId()
1345 String syncId = String.format("%d", recur.mSyncId); in eventInfoToContentValues() local1346 m.put(Events.ORIGINAL_SYNC_ID, syncId); in eventInfoToContentValues()