Home
last modified time | relevance | path

Searched defs:credType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/admin/
H A DPasswordMetrics.java80 public @CredentialType int credType; field in PasswordMetrics
93 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() local
411 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()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
H A DCredentialType.java52 public CredentialType(int authType, int credType) { in CredentialType()
72 int credType = payload.get() & 0xFF; in parse() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/admin/
H A DPasswordMetricsTest.java61 final int credType = CREDENTIAL_TYPE_PASSWORD; in testParceling() local