Searched refs:VERSION_GATEKEEPER (Results 1 – 2 of 2) sorted by relevance
100 static final int VERSION_GATEKEEPER = 1; field in LockSettingsStorage.CredentialHash125 VERSION_GATEKEEPER, true /* isBaseZeroPattern */); in createBaseZeroPattern()132 return new CredentialHash(hash, type, VERSION_GATEKEEPER); in create()137 VERSION_GATEKEEPER); in createEmptyHash()273 CredentialHash.VERSION_GATEKEEPER); in readPasswordHashIfExists()288 CredentialHash.VERSION_GATEKEEPER); in readPatternHashIfExists()308 if (passwordHash.version == CredentialHash.VERSION_GATEKEEPER) { in readCredentialHash()
486 assertEquals(CredentialHash.VERSION_GATEKEEPER, deserialized.version); in testCredentialHash_serializeUnserialize()504 assertEquals(CredentialHash.VERSION_GATEKEEPER, deserialized.version); in testCredentialHash_unserialize_versionGatekeeper()