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.java509 mStorage.writeCredentialHash(CredentialHash.create(oldHash, in initializeStorageWithCredential()
512 mStorage.writeCredentialHash(CredentialHash.create(oldHash, in initializeStorageWithCredential()
DLockSettingsStorageTests.java479 mStorage.writeCredentialHash(CredentialHash.create( in writePasswordBytes()
484 mStorage.writeCredentialHash(CredentialHash.create( in writePatternBytes()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java435 public void writeCredentialHash(CredentialHash hash, int userId) { in writeCredentialHash() method in LockSettingsStorage
DLockSettingsService.java1464 mStorage.writeCredentialHash(CredentialHash.createEmptyHash(), userId); in setLockCredentialInternal()
1514 mStorage.writeCredentialHash(willStore, userId); in setLockCredentialInternal()