Searched refs:OPTIONS_PASSWORD (Results 1 – 3 of 3) sorted by relevance
38 public static final String OPTIONS_PASSWORD = "password"; field in EasTestAuthenticatorService54 if (options != null && options.containsKey(OPTIONS_PASSWORD) in addAccount()59 account, options.getString(OPTIONS_PASSWORD), null); in addAccount()
44 public static final String OPTIONS_PASSWORD = "password"; field in AuthenticatorService68 if (options != null && options.containsKey(OPTIONS_PASSWORD) in addAccount()73 account, options.getString(OPTIONS_PASSWORD), null); in addAccount()
319 options.putString(EasAuthenticatorService.OPTIONS_PASSWORD, hostAuth.mPassword); in setupAccountManagerAccount()