Searched refs:VERSION_GATEKEEPER (Results 1 – 2 of 2) sorted by relevance
97 static final int VERSION_GATEKEEPER = 1; field in LockSettingsStorage.CredentialHash121 VERSION_GATEKEEPER, true /* isBaseZeroPattern */); in createBaseZeroPattern()128 return new CredentialHash(hash, type, VERSION_GATEKEEPER); in create()133 VERSION_GATEKEEPER); in createEmptyHash()269 CredentialHash.VERSION_GATEKEEPER); in readPasswordHashIfExists()284 CredentialHash.VERSION_GATEKEEPER); in readPatternHashIfExists()304 if (passwordHash.version == CredentialHash.VERSION_GATEKEEPER) { in readCredentialHash()
442 assertEquals(CredentialHash.VERSION_GATEKEEPER, deserialized.version); in testCredentialHash_serializeUnserialize()459 assertEquals(CredentialHash.VERSION_GATEKEEPER, deserialized.version); in testCredentialHash_unserialize_versionGatekeeper()