Lines Matching refs:password

54  * online accounts.  The user enters credentials (username and password) once
67 * the user's actual password. (Auth tokens are normally created with a
187 * Bundle key used to supply the password directly in options to
189 * the standard password prompt.
191 public static final String KEY_PASSWORD = "password";
242 * account's credentials (saved password, etc) are changed.
302 * Gets the saved password associated with the account.
312 * @param account The account to query for a password
313 * @return The account's password, null if none or if the account doesn't exist
650 * @param password The password to associate with the account, null for none
655 public boolean addAccountExplicitly(Account account, String password, Bundle userdata) {
658 return mService.addAccountExplicitly(account, password, userdata);
947 * Sets or forgets a saved password. This modifies the local copy of the
948 * password used to automatically authenticate the user; it does
949 * not change the user's account password on the server. Intended for use
958 * @param account The account to set a password for
959 * @param password The password to set, null to clear the password
961 public void setPassword(final Account account, final String password) {
964 mService.setPassword(account, password);
972 * Forgets a saved password. This erases the local copy of the password;
973 * it does not change the user's account password on the server.
983 * @param account The account whose password to clear
1094 * sense to ask the user directly for a password.
1097 * type, then it is returned. Otherwise, if a saved password is
1099 * Otherwise, the user is prompted to enter a password.
1118 * authenticator-defined sub-Activity to prompt the user for a password
1168 * user should not be immediately interrupted with a password prompt.
1171 * type, then it is returned. Otherwise, if a saved password is
1174 * prompt the user for a password. If the notifyAuthFailure parameter is
1176 * alerting the user that they need to enter a password at some point.
1180 * supply a new password, the account manager will broadcast the
1203 * user for a password if necessary, false to leave that to the caller
1247 * user should not be immediately interrupted with a password prompt.
1250 * type, then it is returned. Otherwise, if a saved password is
1253 * prompt the user for a password. If the notifyAuthFailure parameter is
1255 * alerting the user that they need to enter a password at some point.
1259 * supply a new password, the account manager will broadcast the
1284 * user for a password if necessary, false to leave that to the caller
1511 * Confirms that the user knows the password for an account to make extra
1512 * sure they are the owner of the account. The user-entered password can
1517 * account password if they forget the lock pattern.
1519 * <p>If the user-entered password matches a saved password for this
1521 * verifies the password (usually by contacting the server).
1529 * @param account The account to confirm password knowledge for
1536 * password; used only to call startActivity(); if null, the prompt
1544 * with these fields if activity or password was supplied and
1552 * If no activity or password was specified, the returned Bundle contains
1554 * password prompt. If an error occurred,
1559 * any reason, including the user canceling the password prompt
1561 * verifying the password, usually because of network trouble
1594 * Asks the user to enter a new password for an account, updating the
1613 * password; used only to call startActivity(); if null, the prompt
1630 * password prompt. If an error occurred,
1635 * any reason, including the user canceling the password prompt
1637 * verifying the password, usually because of network trouble
2196 * and/or enter a password, as necessary; used only to call