HomeSort by relevance Sort by last modified time
    Searched refs:passwordHistoryLength (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 298 int passwordHistoryLength = getRequestedPasswordHistoryLength();
299 if(passwordHistoryLength == 0) {
302 int neededPasswordHistoryLength = passwordHashLength * passwordHistoryLength
303 + passwordHistoryLength - 1;
632 int passwordHistoryLength = getRequestedPasswordHistoryLength();
633 if (passwordHistoryLength == 0) {
637 // Cut it to contain passwordHistoryLength hashes
638 // and passwordHistoryLength -1 commas.
640 * passwordHistoryLength + passwordHistoryLength - 1, passwordHistor
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 147 int passwordHistoryLength = DEF_PASSWORD_HISTORY_LENGTH;
207 if(passwordHistoryLength != DEF_PASSWORD_HISTORY_LENGTH) {
209 out.attribute(null, "value", Integer.toString(passwordHistoryLength));
309 passwordHistoryLength = Integer.parseInt(
376 pw.print(prefix); pw.print("passwordHistoryLength=");
377 pw.println(passwordHistoryLength);
    [all...]

Completed in 96 milliseconds