Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DEasTestAuthenticatorService.java38 public static final String OPTIONS_PASSWORD = "password"; field in EasTestAuthenticatorService
54 if (options != null && options.containsKey(OPTIONS_PASSWORD) in addAccount()
59 account, options.getString(OPTIONS_PASSWORD), null); in addAccount()
DAuthenticatorService.java44 public static final String OPTIONS_PASSWORD = "password"; field in AuthenticatorService
68 if (options != null && options.containsKey(OPTIONS_PASSWORD) in addAccount()
73 account, options.getString(OPTIONS_PASSWORD), null); in addAccount()
DEmailServiceUtils.java319 options.putString(EasAuthenticatorService.OPTIONS_PASSWORD, hostAuth.mPassword); in setupAccountManagerAccount()