Home
last modified time | relevance | path

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

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