OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EasAuthenticatorService
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Email/src/com/android/email/service/
EasAuthenticatorServiceAlternate.java
20
* {@link
EasAuthenticatorService
} used with the alternative label.
22
* <p>Functionality wise, it's a 100% clone of {@link
EasAuthenticatorService
}, but in order to
25
public class EasAuthenticatorServiceAlternate extends
EasAuthenticatorService
{
EasAuthenticatorService.java
41
public class
EasAuthenticatorService
extends Service {
63
AccountManager.get(
EasAuthenticatorService
.this).addAccountExplicitly(
96
AccountSetupBasics.actionSetupExchangeIntent(
EasAuthenticatorService
.this);
EmailBroadcastProcessorService.java
113
setComponentEnabled(
EasAuthenticatorService
.class, false);
/packages/apps/Email/src/com/android/email/mail/store/
ExchangeStore.java
27
import com.android.email.service.
EasAuthenticatorService
;
88
options.putString(
EasAuthenticatorService
.OPTIONS_USERNAME, acct.mEmailAddress);
89
options.putString(
EasAuthenticatorService
.OPTIONS_PASSWORD, acct.mHostAuthRecv.mPassword);
90
options.putBoolean(
EasAuthenticatorService
.OPTIONS_CONTACTS_SYNC_ENABLED, syncContacts);
91
options.putBoolean(
EasAuthenticatorService
.OPTIONS_CALENDAR_SYNC_ENABLED, syncCalendar);
95
// service (
EasAuthenticatorService
)
Completed in 1189 milliseconds