Searched defs:OPTIONS_CALENDAR_SYNC_ENABLED (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/service/
H A DAuthenticatorService.java45 public static final String OPTIONS_CALENDAR_SYNC_ENABLED = "calendar"; field in class:AuthenticatorService
78 if (options.containsKey(OPTIONS_CALENDAR_SYNC_ENABLED)) {
79 boolean syncCalendar = options.getBoolean(OPTIONS_CALENDAR_SYNC_ENABLED);

Completed in 57 milliseconds