Home
last modified time | relevance | path

Searched refs:VERSION_GATEKEEPER (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java98 static final int VERSION_GATEKEEPER = 1; field in LockSettingsStorage.CredentialHash
123 VERSION_GATEKEEPER, true /* isBaseZeroPattern */); in createBaseZeroPattern()
130 return new CredentialHash(hash, type, VERSION_GATEKEEPER); in create()
135 VERSION_GATEKEEPER); in createEmptyHash()
271 CredentialHash.VERSION_GATEKEEPER); in readPasswordHashIfExists()
286 CredentialHash.VERSION_GATEKEEPER); in readPatternHashIfExists()
306 if (passwordHash.version == CredentialHash.VERSION_GATEKEEPER) { in readCredentialHash()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStorageTests.java443 assertEquals(CredentialHash.VERSION_GATEKEEPER, deserialized.version); in testCredentialHash_serializeUnserialize()
460 assertEquals(CredentialHash.VERSION_GATEKEEPER, deserialized.version); in testCredentialHash_unserialize_versionGatekeeper()