Home
last modified time | relevance | path

Searched refs:writeCredentialHash (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java529 mStorage.writeCredentialHash(CredentialHash.create(oldHash, in initializeStorageWithCredential()
532 mStorage.writeCredentialHash(CredentialHash.create(oldHash, in initializeStorageWithCredential()
DLockSettingsStorageTests.java523 mStorage.writeCredentialHash(CredentialHash.create( in writePasswordBytes()
528 mStorage.writeCredentialHash(CredentialHash.create( in writePatternBytes()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java449 public void writeCredentialHash(CredentialHash hash, int userId) { in writeCredentialHash() method in LockSettingsStorage
DLockSettingsService.java1515 mStorage.writeCredentialHash(CredentialHash.createEmptyHash(), userId); in setLockCredentialInternal()
1565 mStorage.writeCredentialHash(willStore, userId); in setLockCredentialInternal()