Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java501 final byte[] hashFactor = mService.getHashFactor(password, PRIMARY_USER_ID); in testgetHashFactorPrimaryUser()
506 final byte[] newHashFactor = mService.getHashFactor(null, PRIMARY_USER_ID); in testgetHashFactorPrimaryUser()
517 assertNotNull(mService.getHashFactor(null, MANAGED_PROFILE_USER_ID)); in testgetHashFactorManagedProfileUnifiedChallenge()
527 assertNotNull(mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID)); in testgetHashFactorManagedProfileSeparateChallenge()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl56 byte[] getHashFactor(in byte[] currentCredential, int userId); in getHashFactor() method
DLockPatternUtils.java565 return getLockSettings().getHashFactor(currentPassword, userId); in getPasswordHistoryHashFactor()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2733 public byte[] getHashFactor(byte[] currentCredential, int userId) throws RemoteException { in getHashFactor() method in LockSettingsService
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt107582 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->getHashFactor(Ljava/lang/String;I)[B
107663 Lcom/android/internal/widget/ILockSettings;->getHashFactor(Ljava/lang/String;I)[B