Lines Matching defs:password

595      * A String extra holding the password of the wifi network in
912 * Activity action: have the user enter a new password. This activity should
915 * enter a new password that meets the current requirements. You can use
917 * have the user select a new password in order to meet the current
919 * password characteristics to see if they are sufficient.
923 * this will trigger entering a new password for the parent of the profile.
924 * For all other cases it will trigger entering a new password for the user
934 * Activity action: have the user enter a new password for the parent profile.
936 * entering a new password for the parent of the profile. In all other cases
1203 * for the password. Note that quality constants are ordered so that higher
1218 * of password or pattern, but doesn't care what it is. Note that quality constants
1225 * password containing at least numeric characters. Note that quality
1232 * password containing at least numeric characters with no repeating (4444)
1240 * password containing at least alphabetic (or other symbol) characters.
1248 * password containing at least <em>both></em> numeric <em>and</em>
1256 * password containing at least a letter, a numerical digit and a special
1257 * symbol, by default. With this password quality, passwords can be
1268 * modify password. In case this password quality is set, the password is
1269 * managed by a profile owner. The profile owner can set any password,
1279 * Called by an application that is administering the device to set the password restrictions it
1280 * is imposing. After setting this, the user will not be able to enter a new password that is
1281 * not at least as restrictive as what has been set. Note that the current password will remain
1283 * the user for a new password, use {@link #ACTION_SET_NEW_PASSWORD} or
1317 * Retrieve the current minimum password quality for a particular admin or all admins that set
1345 * Called by an application that is administering the device to set the minimum allowed password
1346 * length. After setting this, the user will not be able to enter a new password that is not at
1347 * least as restrictive as what has been set. Note that the current password will remain until
1349 * for a new password, use {@link #ACTION_SET_NEW_PASSWORD} or
1365 * @param length The new desired minimum password length. A value of 0 means there is no
1381 * Retrieve the current minimum password length for a particular admin or all admins that set
1411 * case letters required in the password. After setting this, the user will not be able to enter
1412 * a new password that is not at least as restrictive as what has been set. Note that the
1413 * current password will remain until the user has set a new one, so the change does not take
1414 * place immediately. To prompt the user for a new password, use
1428 * @param length The new desired minimum number of upper case letters required in the password.
1444 * Retrieve the current number of upper case letters required in the password
1450 * and only applies when the password quality is
1460 * password.
1480 * case letters required in the password. After setting this, the user will not be able to enter
1481 * a new password that is not at least as restrictive as what has been set. Note that the
1482 * current password will remain until the user has set a new one, so the change does not take
1483 * place immediately. To prompt the user for a new password, use
1497 * @param length The new desired minimum number of lower case letters required in the password.
1513 * Retrieve the current number of lower case letters required in the password
1519 * and only applies when the password quality is
1529 * password.
1549 * letters required in the password. After setting this, the user will not be able to enter a
1550 * new password that is not at least as restrictive as what has been set. Note that the current
1551 * password will remain until the user has set a new one, so the change does not take place
1552 * immediately. To prompt the user for a new password, use {@link #ACTION_SET_NEW_PASSWORD} or
1566 * @param length The new desired minimum number of letters required in the password. A value of
1582 * Retrieve the current number of letters required in the password
1588 * and only applies when the password quality is
1597 * @return The minimum number of letters required in the password.
1617 * numerical digits required in the password. After setting this, the user will not be able to
1618 * enter a new password that is not at least as restrictive as what has been set. Note that the
1619 * current password will remain until the user has set a new one, so the change does not take
1620 * place immediately. To prompt the user for a new password, use
1634 * @param length The new desired minimum number of numerical digits required in the password. A
1650 * Retrieve the current number of numerical digits required in the password
1656 * and only applies when the password quality is
1665 * @return The minimum number of numerical digits required in the password.
1685 * symbols required in the password. After setting this, the user will not be able to enter a
1686 * new password that is not at least as restrictive as what has been set. Note that the current
1687 * password will remain until the user has set a new one, so the change does not take place
1688 * immediately. To prompt the user for a new password, use {@link #ACTION_SET_NEW_PASSWORD} or
1702 * @param length The new desired minimum number of symbols required in the password. A value of
1718 * Retrieve the current number of symbols required in the password
1723 * and only applies when the password quality is
1732 * @return The minimum number of symbols required in the password.
1752 * non-letter characters (numerical digits or symbols) required in the password. After setting
1753 * this, the user will not be able to enter a new password that is not at least as restrictive
1754 * as what has been set. Note that the current password will remain until the user has set a new
1755 * one, so the change does not take place immediately. To prompt the user for a new password,
1769 * @param length The new desired minimum number of letters required in the password. A value of
1785 * Retrieve the current number of non-letter characters required in the password
1791 * and only applies when the password quality is
1800 * @return The minimum number of letters required in the password.
1819 * Called by an application that is administering the device to set the length of the password
1820 * history. After setting this, the user will not be able to enter a new password that is the
1821 * same as any password in the history. Note that the current password will remain until the
1823 * a new password, use {@link #ACTION_SET_NEW_PASSWORD} or
1838 * @param length The new desired length of password history. A value of 0 means there is no
1854 * Called by a device admin to set the password expiration timeout. Calling this method will
1855 * restart the countdown for password expiration for the given admin, as will changing the
1856 * device password (for all admins).
1859 * example, to have the password expire 5 days from now, timeout would be 5 * 86400 * 1000 =
1862 * To disable password expiration, a value of 0 may be used for timeout.
1868 * Note that setting the password will automatically reset the expiration time for all active
1876 * @param timeout The limit (in ms) that a password can remain in effect. A value of 0 means
1892 * Get the password expiration timeout for the given admin. The expiration timeout is the
1917 * Get the current password expiration time for a particular admin or all admins that set
1924 * the password expiration for the parent profile.
1927 * @return The password expiration time, in milliseconds since epoch.
1941 * Retrieve the current password history length for a particular admin or all admins that
1951 * @return The length of the password history
1970 * Return the maximum password length that the device supports for a
1971 * particular password quality.
1981 * Determine whether the current password the user has set is sufficient to meet the policy
1991 * {@link #getParentProfileInstance(ComponentName)} in order to determine if the password set on
1994 * @return Returns true if the password meets the current requirements, else false.
2010 * Determine whether the current profile password the user has set is sufficient
2014 * @param userHandle the userId of the profile to check the password for.
2015 * @return Returns true if the password would meet the current requirements, else false.
2031 * Retrieve the number of times the user has failed at entering a password since that last
2032 * successful password entry.
2036 * password attemts for the parent user.
2041 * @return The number of times user has entered an incorrect password since the last correct
2042 * password entry.
2052 * password since that last successful password entry.
2106 * @param num The number of failed password attempts at which point the device or profile will
2173 * the password again until the user has entered it.
2179 * If the flag is set, the device can be booted without asking for user password.
2188 * Force a new device unlock password (the password needed to access the entire device, not for
2193 * The password can now only be changed if there is currently no password set. Device owner
2197 * The given password must be sufficient for the current password quality and length constraints
2200 * it will be rejected and false returned. Note that the password may be a stronger quality
2204 * Calling with a null or empty password will clear any existing PIN, pattern or password if the
2205 * current password constraints allow it. <em>Note: This will not work in
2207 * that are not device owner or profile owner. Once set, the password cannot be changed to null
2214 * @param password The new password for the user. Null or empty clears the password.
2217 * @return Returns true if the password was applied, or false if it is not acceptable for the
2223 public boolean resetPassword(String password, int flags) {
2227 return mService.resetPassword(password, flags);
2605 * require (and check for) a pattern, PIN, or password.
2659 * storage system has enabled encryption but no password is set so further action
5604 * type. However, this call has no effect if a password, pin or pattern is currently set. If a
5605 * password, pin or pattern is set after the keyguard was disabled, the keyguard stops being
5610 * @return {@code false} if attempting to disable the keyguard while a lock password was in