Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyInfo.java105 boolean userAuthenticationValidWhileOnBody, in KeyInfo() argument
127 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyInfo()
DParcelableKeyGenParameterSpec.java160 final boolean userAuthenticationValidWhileOnBody = in.readBoolean(); in ParcelableKeyGenParameterSpec()
192 userAuthenticationValidWhileOnBody, in ParcelableKeyGenParameterSpec()
DAndroidKeyStoreSecretKeyFactorySpi.java178 boolean userAuthenticationValidWhileOnBody = in getKeyInfo()
210 userAuthenticationValidWhileOnBody, in getKeyInfo()
DKeyProtection.java251 boolean userAuthenticationValidWhileOnBody, in KeyProtection() argument
272 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyProtection()
DKeyGenParameterSpec.java308 boolean userAuthenticationValidWhileOnBody, in KeyGenParameterSpec()
358 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyGenParameterSpec()