Searched refs:OPTIONS_CALENDAR_SYNC_ENABLED (Results 1 – 2 of 2) sorted by relevance
46 public static final String OPTIONS_CALENDAR_SYNC_ENABLED = "calendar"; field in AuthenticatorService85 boolean syncCalendar = options.getBoolean(OPTIONS_CALENDAR_SYNC_ENABLED, false); in addAccount()
321 options.putBoolean(EasAuthenticatorService.OPTIONS_CALENDAR_SYNC_ENABLED, calendar); in setupAccountManagerAccount()