Searched defs:credType (Results 1 – 3 of 3) sorted by relevance
80 public @CredentialType int credType; field in PasswordMetrics93 public PasswordMetrics(int credType) { in PasswordMetrics()97 public PasswordMetrics(int credType , int length, int letters, int upperCase, int lowerCase, in PasswordMetrics()248 final int credType = isPin ? CREDENTIAL_TYPE_PIN : CREDENTIAL_TYPE_PASSWORD; in computeForPasswordOrPin() local411 boolean allowsCredType(int credType) { in BUCKET_HIGH()427 boolean allowsCredType(int credType) { in BUCKET_MEDIUM()443 boolean allowsCredType(int credType) { in BUCKET_LOW()459 boolean allowsCredType(int credType) { in BUCKET_NONE()468 abstract boolean allowsCredType(int credType); in allowsCredType()
52 public CredentialType(int authType, int credType) { in CredentialType()72 int credType = payload.get() & 0xFF; in parse() local
61 final int credType = CREDENTIAL_TYPE_PASSWORD; in testParceling() local