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.java248 mStorage.writeCredentialHash(CredentialHash.create(oldHash, in initializeStorageWithCredential()
251 mStorage.writeCredentialHash(CredentialHash.create(oldHash, in initializeStorageWithCredential()
DLockSettingsStorageTests.java478 mStorage.writeCredentialHash(CredentialHash.create( in writePasswordBytes()
483 mStorage.writeCredentialHash(CredentialHash.create( in writePatternBytes()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java433 public void writeCredentialHash(CredentialHash hash, int userId) { in writeCredentialHash() method in LockSettingsStorage
DLockSettingsService.java1334 mStorage.writeCredentialHash(CredentialHash.createEmptyHash(), userId); in setLockCredentialInternal()
1383 mStorage.writeCredentialHash(willStore, userId); in setLockCredentialInternal()