Home
last modified time | relevance | path

Searched refs:hostAuthRecv (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/service/
DMailService.java737 HostAuth hostAuthRecv = HostAuth.restoreHostAuthWithId(context, account.mHostAuthKeyRecv); in setupAccountManagerAccount() local
738 if (hostAuthRecv == null) return; in setupAccountManagerAccount()
741 options.putString(EasAuthenticatorService.OPTIONS_PASSWORD, hostAuthRecv.mPassword); in setupAccountManagerAccount()
745 String accountType = hostAuthRecv.mProtocol.equals("eas") ? in setupAccountManagerAccount()