Searched refs:getHashFactor (Results 1 – 5 of 5) sorted by relevance
501 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()
56 byte[] getHashFactor(in byte[] currentCredential, int userId); in getHashFactor() method
565 return getLockSettings().getHashFactor(currentPassword, userId); in getPasswordHistoryHashFactor()
2733 public byte[] getHashFactor(byte[] currentCredential, int userId) throws RemoteException { in getHashFactor() method in LockSettingsService
107582 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->getHashFactor(Ljava/lang/String;I)[B107663 Lcom/android/internal/widget/ILockSettings;->getHashFactor(Ljava/lang/String;I)[B