Searched refs:readCredentialHash (Results 1 – 4 of 4) sorted by relevance
211 assertEquals(LockPatternUtils.CREDENTIAL_TYPE_NONE, mStorage.readCredentialHash(0).type); in testRemoveUser()216 assertEquals(mStorage.readCredentialHash(0).type, LockPatternUtils.CREDENTIAL_TYPE_NONE); in testCredential_Default()243 mStorage.readCredentialHash(10).type); in testLockType_WriteProfileWritesParent()245 mStorage.readCredentialHash(20).type); in testLockType_WriteProfileWritesParent()248 mStorage.readCredentialHash(10).type); in testLockType_WriteProfileWritesParent()250 mStorage.readCredentialHash(20).type); in testLockType_WriteProfileWritesParent()489 CredentialHash cred = mStorage.readCredentialHash(userId); in assertPasswordBytes()495 CredentialHash cred = mStorage.readCredentialHash(userId); in assertPatternBytes()
264 readCredentialHash(userId); in prefetchUser()302 public CredentialHash readCredentialHash(int userId) { in readCredentialHash() method in LockSettingsStorage
1477 CredentialHash currentHandle = mStorage.readCredentialHash(userId); in setLockCredentialInternal()1788 final CredentialHash storedHash = mStorage.readCredentialHash(userId); in doVerifyCredential()
8356 HSPLcom/android/server/locksettings/LockSettingsStorage;->readCredentialHash(I)Lcom/android/server/…