Searched refs:syncEvents (Results 1 – 1 of 1) sorted by relevance
2229 Integer syncEvents = values.getAsInteger(Calendars.SYNC_EVENTS); in insertInTransaction() local2230 if (syncEvents != null && syncEvents == 1) { in insertInTransaction()4016 Integer syncEvents = values.getAsInteger(Calendars.SYNC_EVENTS); in updateInTransaction() local4017 if (syncEvents != null) { in updateInTransaction()4018 modifyCalendarSubscription(id, syncEvents == 1); in updateInTransaction()4474 private void modifyCalendarSubscription(long id, boolean syncEvents) { in modifyCalendarSubscription() argument4517 if (oldSyncEvents == syncEvents) { in modifyCalendarSubscription()4524 mDbHelper.scheduleSync(account, !syncEvents, calendarUrl); in modifyCalendarSubscription()