Home
last modified time | relevance | path

Searched refs:LockScreenUiFormat (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DKeyChainProtectionParams.java82 public @interface LockScreenUiFormat { annotation in KeyChainProtectionParams
103 @LockScreenUiFormat
131 public @LockScreenUiFormat int getLockScreenUiFormat() { in getLockScreenUiFormat()
181 public @NonNull Builder setLockScreenUiFormat(@LockScreenUiFormat int lockScreenUiFormat) { in setLockScreenUiFormat()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncTask.java463 @KeyChainProtectionParams.LockScreenUiFormat static int getUiFormat(int credentialType) { in getUiFormat()