Searched refs:getHashFactor (Results 1 – 5 of 5) sorted by relevance
512 byte[] hashFactor = mService.getHashFactor(password, PRIMARY_USER_ID); in testGetHashFactorPrimaryUser()516 byte[] newHashFactor = mService.getHashFactor(nonePassword(), PRIMARY_USER_ID); in testGetHashFactorPrimaryUser()530 assertNotNull(mService.getHashFactor(null, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileUnifiedChallenge()543 mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileSeparateChallenge()
61 byte[] getHashFactor(in LockscreenCredential currentCredential, int userId); in getHashFactor() method
572 return getLockSettings().getHashFactor(currentPassword, userId); in getPasswordHistoryHashFactor()
1770 final byte[] hashFactor = getHashFactor(password, userHandle); in updatePasswordHistory()2989 public byte[] getHashFactor(LockscreenCredential currentCredential, int userId) {
86479 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->getHashFactor(Ljava/lang/String;I)[B86558 Lcom/android/internal/widget/ILockSettings;->getHashFactor(Ljava/lang/String;I)[B