Searched refs:syncEvents (Results 1 – 1 of 1) sorted by relevance
2456 Integer syncEvents = values.getAsInteger(Calendars.SYNC_EVENTS); in insertInTransactionInner() local2457 if (syncEvents != null && syncEvents == 1) { in insertInTransactionInner()4270 Integer syncEvents = values.getAsInteger(Calendars.SYNC_EVENTS); in updateInTransactionInner() local4271 if (syncEvents != null) { in updateInTransactionInner()4272 modifyCalendarSubscription(id, syncEvents == 1); in updateInTransactionInner()4726 private void modifyCalendarSubscription(long id, boolean syncEvents) { in modifyCalendarSubscription() argument4769 if (oldSyncEvents == syncEvents) { in modifyCalendarSubscription()4776 mDbHelper.scheduleSync(account, !syncEvents, calendarUrl); in modifyCalendarSubscription()