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