Home
last modified time | relevance | path

Searched refs:mUserAuthenticationValidWhileOnBody (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java229 private final boolean mUserAuthenticationValidWhileOnBody; field in KeyProtection
271 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyProtection()
478 return mUserAuthenticationValidWhileOnBody; in isUserAuthenticationValidWhileOnBody()
559 private boolean mUserAuthenticationValidWhileOnBody; field in KeyProtection.Builder
900 mUserAuthenticationValidWhileOnBody = remainsValid; in setUserAuthenticationValidWhileOnBody()
1006 mUserAuthenticationValidWhileOnBody, in build()
DKeyInfo.java82 private final boolean mUserAuthenticationValidWhileOnBody; field in KeyInfo
127 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyInfo()
321 return mUserAuthenticationValidWhileOnBody; in isUserAuthenticationValidWhileOnBody()
DKeyGenParameterSpec.java266 private final boolean mUserAuthenticationValidWhileOnBody; field in KeyGenParameterSpec
347 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody; in KeyGenParameterSpec()
661 return mUserAuthenticationValidWhileOnBody; in isUserAuthenticationValidWhileOnBody()
729 private boolean mUserAuthenticationValidWhileOnBody; field in KeyGenParameterSpec.Builder
792 mUserAuthenticationValidWhileOnBody = sourceSpec.isUserAuthenticationValidWhileOnBody(); in Builder()
1273 mUserAuthenticationValidWhileOnBody = remainsValid; in setUserAuthenticationValidWhileOnBody()
1351 mUserAuthenticationValidWhileOnBody, in build()