Lines Matching defs: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
185 * Bundle key used to supply the password directly in options to
187 * the standard password prompt.
189 public static final String KEY_PASSWORD = "password";
240 * account's credentials (saved password, etc) are changed.
300 * Gets the saved password associated with the account.
310 * @param account The account to query for a password
311 * @return The account's password, null if none or if the account doesn't exist
604 * @param password The password to associate with the account, null for none
609 public boolean addAccountExplicitly(Account account, String password, Bundle userdata) {
612 return mService.addAccountExplicitly(account, password, userdata);
713 * Sets or forgets a saved password. This modifies the local copy of the
714 * password used to automatically authenticate the user; it does
715 * not change the user's account password on the server. Intended for use
724 * @param account The account to set a password for
725 * @param password The password to set, null to clear the password
727 public void setPassword(final Account account, final String password) {
730 mService.setPassword(account, password);
738 * Forgets a saved password. This erases the local copy of the password;
739 * it does not change the user's account password on the server.
749 * @param account The account whose password to clear
860 * sense to ask the user directly for a password.
863 * type, then it is returned. Otherwise, if a saved password is
865 * Otherwise, the user is prompted to enter a password.
884 * authenticator-defined sub-Activity to prompt the user for a password
934 * user should not be immediately interrupted with a password prompt.
937 * type, then it is returned. Otherwise, if a saved password is
940 * prompt the user for a password. If the notifyAuthFailure parameter is
942 * alerting the user that they need to enter a password at some point.
946 * supply a new password, the account manager will broadcast the
969 * user for a password if necessary, false to leave that to the caller
1013 * user should not be immediately interrupted with a password prompt.
1016 * type, then it is returned. Otherwise, if a saved password is
1019 * prompt the user for a password. If the notifyAuthFailure parameter is
1021 * alerting the user that they need to enter a password at some point.
1025 * supply a new password, the account manager will broadcast the
1050 * user for a password if necessary, false to leave that to the caller
1218 * Confirms that the user knows the password for an account to make extra
1219 * sure they are the owner of the account. The user-entered password can
1224 * account password if they forget the lock pattern.
1226 * <p>If the user-entered password matches a saved password for this
1228 * verifies the password (usually by contacting the server).
1236 * @param account The account to confirm password knowledge for
1243 * password; used only to call startActivity(); if null, the prompt
1251 * with these fields if activity or password was supplied and
1259 * If no activity or password was specified, the returned Bundle contains
1261 * password prompt. If an error occurred,
1266 * any reason, including the user canceling the password prompt
1268 * verifying the password, usually because of network trouble
1301 * Asks the user to enter a new password for an account, updating the
1320 * password; used only to call startActivity(); if null, the prompt
1337 * password prompt. If an error occurred,
1342 * any reason, including the user canceling the password prompt
1344 * verifying the password, usually because of network trouble
1898 * and/or enter a password, as necessary; used only to call