HomeSort by relevance Sort by last modified time
    Searched refs:OPTIONS_CALENDAR_SYNC_ENABLED (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/service/
AuthenticatorService.java 46 public static final String OPTIONS_CALENDAR_SYNC_ENABLED = "calendar";
85 boolean syncCalendar = options.getBoolean(OPTIONS_CALENDAR_SYNC_ENABLED, false);
EmailServiceUtils.java 321 options.putBoolean(EasAuthenticatorService.OPTIONS_CALENDAR_SYNC_ENABLED, calendar);
    [all...]

Completed in 119 milliseconds