OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EasAuthenticatorService
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/provider_src/com/android/email/service/
EasAuthenticatorService.java
22
public class
EasAuthenticatorService
extends AuthenticatorService {
EmailServiceUtils.java
318
options.putString(
EasAuthenticatorService
.OPTIONS_USERNAME, account.mEmailAddress);
319
options.putString(
EasAuthenticatorService
.OPTIONS_PASSWORD, hostAuth.mPassword);
320
options.putBoolean(
EasAuthenticatorService
.OPTIONS_CONTACTS_SYNC_ENABLED, contacts);
321
options.putBoolean(
EasAuthenticatorService
.OPTIONS_CALENDAR_SYNC_ENABLED, calendar);
322
options.putBoolean(
EasAuthenticatorService
.OPTIONS_EMAIL_SYNC_ENABLED, email);
[
all
...]
Completed in 146 milliseconds