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()
2263 String syncId = values.getAsString(Events._SYNC_ID); in backfillExceptionOriginalIds() local2268 if (TextUtils.isEmpty(syncId) || TextUtils.isEmpty(calendarId) || in backfillExceptionOriginalIds()2278 new String[] { syncId, calendarId }); in backfillExceptionOriginalIds()3508 String syncId = cursor.getString(EVENTS_SYNC_ID_INDEX); in deleteEventInternal() local3509 boolean emptySyncId = TextUtils.isEmpty(syncId); in deleteEventInternal()3930 private boolean doesEventExistForSyncId(String syncId) { in doesEventExistForSyncId() argument3931 if (syncId == null) { in doesEventExistForSyncId()3933 Log.w(TAG, "SyncID cannot be null: " + syncId); in doesEventExistForSyncId()3938 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()