Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTests.java520 mStorage.writeCredentialHash(CredentialHash.create(oldHash, in initializeStorageWithCredential()
523 mStorage.writeCredentialHash(CredentialHash.create(oldHash, in initializeStorageWithCredential()
H A DLockSettingsStorageTests.java487 mStorage.writeCredentialHash(CredentialHash.create( in writePasswordBytes()
492 mStorage.writeCredentialHash(CredentialHash.create( in writePatternBytes()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java429 public void writeCredentialHash(CredentialHash hash, int userId) { in writeCredentialHash() method in LockSettingsStorage
H A DLockSettingsService.java1686 mStorage.writeCredentialHash(CredentialHash.createEmptyHash(), userId); in setLockCredentialInternal()
1740 mStorage.writeCredentialHash(willStore, userId); in setLockCredentialInternal()