Searched refs:VERSION_GATEKEEPER (Results 1 – 1 of 1) sorted by relevance
82 static final int VERSION_GATEKEEPER = 1; field in LockSettingsStorage.CredentialHash103 this.version = VERSION_GATEKEEPER; in CredentialHash()111 return new CredentialHash(hash, type, VERSION_GATEKEEPER); in create()116 VERSION_GATEKEEPER); in createEmptyHash()214 CredentialHash.VERSION_GATEKEEPER); in readPasswordHashIfExists()229 CredentialHash.VERSION_GATEKEEPER); in readPatternHashIfExists()249 if (passwordHash.version == CredentialHash.VERSION_GATEKEEPER) { in readCredentialHash()