Home
last modified time | relevance | path

Searched refs:mIsStrongBoxBacked (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java235 private final boolean mIsStrongBoxBacked; field in KeyProtection
277 mIsStrongBoxBacked = isStrongBoxBacked; in KeyProtection()
539 return mIsStrongBoxBacked; in isStrongBoxBacked()
566 private boolean mIsStrongBoxBacked = false; field in KeyProtection.Builder
982 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
1012 mIsStrongBoxBacked); in build()
DKeyGenParameterSpec.java268 private final boolean mIsStrongBoxBacked; field in KeyGenParameterSpec
349 mIsStrongBoxBacked = isStrongBoxBacked; in KeyGenParameterSpec()
681 return mIsStrongBoxBacked; in isStrongBoxBacked()
731 private boolean mIsStrongBoxBacked = false; field in KeyGenParameterSpec.Builder
1306 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
1353 mIsStrongBoxBacked, in build()