Home
last modified time | relevance | path

Searched defs:mMaxUsageCount (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java239 private final int mMaxUsageCount; field in KeyProtection
606 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; field in KeyProtection.Builder
H A DKeyGenParameterSpec.java321 private final int mMaxUsageCount; field in KeyGenParameterSpec
935 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; field in KeyGenParameterSpec.Builder