Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/security/keystore/recovery/
H A DKeyChainProtectionParams.java104 private Integer mLockScreenUiFormat; field in KeyChainProtectionParams
132 return mLockScreenUiFormat; in getLockScreenUiFormat()
182 mInstance.mLockScreenUiFormat = lockScreenUiFormat; in setLockScreenUiFormat()
222 Objects.requireNonNull(mInstance.mLockScreenUiFormat); in build()
252 out.writeInt(mLockScreenUiFormat); in writeToParcel()
262 mLockScreenUiFormat = in.readInt(); in KeyChainProtectionParams()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48263 Landroid/security/keystore/recovery/KeyChainProtectionParams;->mLockScreenUiFormat:Ljava/lang/Integ…