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

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java226 private final boolean mUserAuthenticationValidWhileOnBody; field in class:KeyProtection
256 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody;
422 return mUserAuthenticationValidWhileOnBody;
454 private boolean mUserAuthenticationValidWhileOnBody; field in class:KeyProtection.Builder
748 mUserAuthenticationValidWhileOnBody = remainsValid;
795 mUserAuthenticationValidWhileOnBody,
H A DKeyInfo.java82 private final boolean mUserAuthenticationValidWhileOnBody; field in class:KeyInfo
123 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody;
294 return mUserAuthenticationValidWhileOnBody;
H A DKeyGenParameterSpec.java263 private final boolean mUserAuthenticationValidWhileOnBody; field in class:KeyGenParameterSpec
336 mUserAuthenticationValidWhileOnBody = userAuthenticationValidWhileOnBody;
612 return mUserAuthenticationValidWhileOnBody;
654 private boolean mUserAuthenticationValidWhileOnBody; field in class:KeyGenParameterSpec.Builder
1125 mUserAuthenticationValidWhileOnBody = remainsValid;
1180 mUserAuthenticationValidWhileOnBody,

Completed in 65 milliseconds