Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLockSettingsStorage.java82 static final int VERSION_GATEKEEPER = 1; field in LockSettingsStorage.CredentialHash
103 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()