Searched refs:syncEvents (Results 1 – 1 of 1) sorted by relevance
2458 Integer syncEvents = values.getAsInteger(Calendars.SYNC_EVENTS); in insertInTransactionInner() local2459 if (syncEvents != null && syncEvents == 1) { in insertInTransactionInner()4272 Integer syncEvents = values.getAsInteger(Calendars.SYNC_EVENTS); in updateInTransactionInner() local4273 if (syncEvents != null) { in updateInTransactionInner()4274 modifyCalendarSubscription(id, syncEvents == 1); in updateInTransactionInner()4728 private void modifyCalendarSubscription(long id, boolean syncEvents) { in modifyCalendarSubscription() argument4771 if (oldSyncEvents == syncEvents) { in modifyCalendarSubscription()4778 mDbHelper.scheduleSync(account, !syncEvents, calendarUrl); in modifyCalendarSubscription()