OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTIONS_CALENDAR_SYNC_ENABLED
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/provider_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 705 milliseconds