Searched refs:syncEvents (Results 1 – 1 of 1) sorted by relevance
2480 Integer syncEvents = values.getAsInteger(Calendars.SYNC_EVENTS); in insertInTransactionInner() local2481 if (syncEvents != null && syncEvents == 1) { in insertInTransactionInner()4294 Integer syncEvents = values.getAsInteger(Calendars.SYNC_EVENTS); in updateInTransactionInner() local4295 if (syncEvents != null) { in updateInTransactionInner()4296 modifyCalendarSubscription(id, syncEvents == 1); in updateInTransactionInner()4750 private void modifyCalendarSubscription(long id, boolean syncEvents) { in modifyCalendarSubscription() argument4793 if (oldSyncEvents == syncEvents) { in modifyCalendarSubscription()4800 mDbHelper.scheduleSync(account, !syncEvents, calendarUrl); in modifyCalendarSubscription()