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 367 int passwordHistoryLength = getRequestedPasswordHistoryLength();
368 if(passwordHistoryLength == 0) {
371 int neededPasswordHistoryLength = passwordHashLength * passwordHistoryLength
372 + passwordHistoryLength - 1;
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 374 int passwordHistoryLength = DEF_PASSWORD_HISTORY_LENGTH;
468 if(passwordHistoryLength != DEF_PASSWORD_HISTORY_LENGTH) {
470 out.attribute(null, ATTR_VALUE, Integer.toString(passwordHistoryLength));
649 passwordHistoryLength = Integer.parseInt(
    [all...]

Completed in 173 milliseconds