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/src/com/android/email/service/
EasAuthenticatorService.java
45
public static final String
OPTIONS_CALENDAR_SYNC_ENABLED
= "calendar";
79
if (options.containsKey(
OPTIONS_CALENDAR_SYNC_ENABLED
) &&
80
options.getBoolean(
OPTIONS_CALENDAR_SYNC_ENABLED
)) {
/packages/apps/Email/src/com/android/email/mail/store/
ExchangeStore.java
89
options.putBoolean(EasAuthenticatorService.
OPTIONS_CALENDAR_SYNC_ENABLED
, syncCalendar);
Completed in 597 milliseconds