Searched defs:passwordType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java207 public int passwordType; field in class:SyntheticPasswordManager.PasswordData
213 public static PasswordData create(int passwordType) { argument
218 result.passwordType = passwordType;
228 result.passwordType = buffer.getInt();
250 buffer.putInt(passwordType);
417 return PasswordData.fromBytes(passwordData).passwordType;
688 if (pwd.passwordType != LockPatternUtils.CREDENTIAL_TYPE_NONE) {
704 if (pwd.passwordType != LockPatternUtils.CREDENTIAL_TYPE_NONE) {
718 if (pwd.passwordType !
[all...]

Completed in 29 milliseconds