Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreSecretKeyFactorySpi.java92 boolean userAuthenticationValidWhileOnBody = false; in getKeyInfo()
189 userAuthenticationValidWhileOnBody = in getKeyInfo()
260 userAuthenticationValidWhileOnBody, in getKeyInfo()
/frameworks/base/keystore/java/android/security/keystore/
DKeyInfo.java111 boolean userAuthenticationValidWhileOnBody, in KeyInfo() argument
137 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyInfo()
DParcelableKeyGenParameterSpec.java178 final boolean userAuthenticationValidWhileOnBody = in.readBoolean(); in ParcelableKeyGenParameterSpec()
217 userAuthenticationValidWhileOnBody, in ParcelableKeyGenParameterSpec()
DKeyProtection.java262 boolean userAuthenticationValidWhileOnBody, in KeyProtection() argument
287 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyProtection()
DKeyGenParameterSpec.java368 boolean userAuthenticationValidWhileOnBody, in KeyGenParameterSpec()
431 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyGenParameterSpec()