Home
last modified time | relevance | path

Searched defs:Pin (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/security/net/config/
H A DPin.java24 public final class Pin { class
30 public Pin(String digestAlgorithm, byte[] digest) { in Pin() method in Pin
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/model/
H A DAuthenticationMethodModel.kt32 object Pin : AuthenticationMethodModel(isSecure = true) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/model/
H A DAuthenticationMethodModel.kt35 object Pin : AuthenticationMethodModel(isSecure = true) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
H A DPromptKind.kt29 object Pin : PromptKind regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/model/
H A DBiometricPromptRequest.kt52 class Pin( regex