Searched refs:readCredentialHash (Results 1 – 4 of 4) sorted by relevance
230 assertEquals(LockPatternUtils.CREDENTIAL_TYPE_NONE, mStorage.readCredentialHash(0).type); in testRemoveUser()236 assertEquals(mStorage.readCredentialHash(0).type, LockPatternUtils.CREDENTIAL_TYPE_NONE); in testCredential_Default()266 mStorage.readCredentialHash(10).type); in testLockType_WriteProfileWritesParent()268 mStorage.readCredentialHash(20).type); in testLockType_WriteProfileWritesParent()271 mStorage.readCredentialHash(10).type); in testLockType_WriteProfileWritesParent()273 mStorage.readCredentialHash(20).type); in testLockType_WriteProfileWritesParent()497 CredentialHash cred = mStorage.readCredentialHash(userId); in assertPasswordBytes()503 CredentialHash cred = mStorage.readCredentialHash(userId); in assertPatternBytes()
250 readCredentialHash(userId); in prefetchUser()269 public CredentialHash readCredentialHash(int userId) { in readCredentialHash() method in LockSettingsStorage
1668 CredentialHash currentHandle = mStorage.readCredentialHash(userId); in setLockCredentialInternal()2034 final CredentialHash storedHash = mStorage.readCredentialHash(userId); in doVerifyCredential()
18798 HSPLcom/android/server/locksettings/LockSettingsStorage;->readCredentialHash(I)Lcom/android/server/…