Searched refs:mLockScreenUiFormat (Results 1 – 2 of 2) sorted by relevance
104 private Integer mLockScreenUiFormat; field in KeyChainProtectionParams132 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()
48263 Landroid/security/keystore/recovery/KeyChainProtectionParams;->mLockScreenUiFormat:Ljava/lang/Integ…