Home
last modified time | relevance | path

Searched refs:userAuthenticationValidWhileOnBody (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSecretKeyFactorySpi.java95 boolean userAuthenticationValidWhileOnBody = false; in getKeyInfo()
188 userAuthenticationValidWhileOnBody = in getKeyInfo()
259 userAuthenticationValidWhileOnBody, in getKeyInfo()
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyInfo.java109 boolean userAuthenticationValidWhileOnBody, in KeyInfo() argument
134 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyInfo()
H A DParcelableKeyGenParameterSpec.java167 final boolean userAuthenticationValidWhileOnBody = in.readBoolean(); in ParcelableKeyGenParameterSpec()
204 userAuthenticationValidWhileOnBody, in ParcelableKeyGenParameterSpec()
H A DKeyProtection.java255 boolean userAuthenticationValidWhileOnBody, in KeyProtection() argument
278 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyProtection()
H A DKeyGenParameterSpec.java358 boolean userAuthenticationValidWhileOnBody, in KeyGenParameterSpec()
417 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyGenParameterSpec()