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.java411 byte[] hashFactor = mService.getHashFactor(password, PRIMARY_USER_ID); in testGetHashFactorPrimaryUser()
415 byte[] newHashFactor = mService.getHashFactor(nonePassword(), PRIMARY_USER_ID); in testGetHashFactorPrimaryUser()
426 assertNotNull(mService.getHashFactor(null, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileUnifiedChallenge()
436 mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileSeparateChallenge()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl54 byte[] getHashFactor(in LockscreenCredential currentCredential, int userId); in getHashFactor() method
DLockPatternUtils.java490 return getLockSettings().getHashFactor(currentPassword, userId); in getPasswordHistoryHashFactor()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2996 public byte[] getHashFactor(LockscreenCredential currentCredential, int userId) {
/frameworks/base/services/
Dart-profile18644 PLcom/android/server/locksettings/LockSettingsService;->getHashFactor(Lcom/android/internal/widget/…