Searched refs:getHashFactor (Results 1 – 5 of 5) sorted by relevance
411 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()
54 byte[] getHashFactor(in LockscreenCredential currentCredential, int userId); in getHashFactor() method
490 return getLockSettings().getHashFactor(currentPassword, userId); in getPasswordHistoryHashFactor()
2996 public byte[] getHashFactor(LockscreenCredential currentCredential, int userId) {
18644 PLcom/android/server/locksettings/LockSettingsService;->getHashFactor(Lcom/android/internal/widget/…