Searched refs:storedCredentialType (Results 1 – 1 of 1) sorted by relevance
295 public boolean checkAgainstStoredType(int storedCredentialType) { in checkAgainstStoredType() argument296 if (storedCredentialType == CREDENTIAL_TYPE_PASSWORD_OR_PIN) { in checkAgainstStoredType()299 return getType() == storedCredentialType; in checkAgainstStoredType()