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 - 3
of
3
) sorted by null
/packages/apps/Email/src/com/android/email/service/
EasAuthenticatorService.java
46
public static final String
OPTIONS_CALENDAR_SYNC_ENABLED
= "calendar";
84
if (options.containsKey(
OPTIONS_CALENDAR_SYNC_ENABLED
) &&
85
options.getBoolean(
OPTIONS_CALENDAR_SYNC_ENABLED
)) {
PopImapAuthenticatorService.java
46
public static final String
OPTIONS_CALENDAR_SYNC_ENABLED
= "calendar";
MailService.java
743
options.putBoolean(EasAuthenticatorService.
OPTIONS_CALENDAR_SYNC_ENABLED
, calendar);
Completed in 35 milliseconds