Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/model/
H A DAuthenticationMethodModel.kt34 object Password : AuthenticationMethodModel(isSecure = true) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/model/
H A DAuthenticationMethodModel.kt37 object Password : AuthenticationMethodModel(isSecure = true) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
H A DPromptKind.kt31 object Password : PromptKind regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/model/
H A DBiometricPromptRequest.kt59 class Password( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityModel.java42 Password, // Unlock by entering an alphanumeric password enumConstant