Searched refs:getHashFactor (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl48 byte[] getHashFactor(String currentCredential, int userId);
H A DLockPatternUtils.java518 return getLockSettings().getHashFactor(currentPassword, userId);
531 * {@link ILockSettings#getHashFactor}
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java455 final byte[] hashFactor = mService.getHashFactor(password, PRIMARY_USER_ID);
460 final byte[] newHashFactor = mService.getHashFactor(null, PRIMARY_USER_ID);
471 assertNotNull(mService.getHashFactor(null, MANAGED_PROFILE_USER_ID));
481 assertNotNull(mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID));
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2543 public byte[] getHashFactor(String currentCredential, int userId) throws RemoteException { method in class:LockSettingsService
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 183 milliseconds