Home
last modified time | relevance | path

Searched refs:OPTIONS_CALENDAR_SYNC_ENABLED (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/service/
DAuthenticatorService.java46 public static final String OPTIONS_CALENDAR_SYNC_ENABLED = "calendar"; field in AuthenticatorService
85 boolean syncCalendar = options.getBoolean(OPTIONS_CALENDAR_SYNC_ENABLED, false); in addAccount()
DEmailServiceUtils.java321 options.putBoolean(EasAuthenticatorService.OPTIONS_CALENDAR_SYNC_ENABLED, calendar); in setupAccountManagerAccount()