Home
last modified time | relevance | path

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

/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java239 private final int mMaxUsageCount; field in KeyProtection
285 mMaxUsageCount = maxUsageCount; in KeyProtection()
562 return mMaxUsageCount; in getMaxUsageCount()
592 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; field in KeyProtection.Builder
1093 mMaxUsageCount = maxUsageCount; in setMaxUsageCount()
1127 mMaxUsageCount); in build()
H A DKeyGenParameterSpec.java321 private final int mMaxUsageCount; field in KeyGenParameterSpec
423 mMaxUsageCount = maxUsageCount; in KeyGenParameterSpec()
869 return mMaxUsageCount; in getMaxUsageCount()
921 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; field in KeyGenParameterSpec.Builder
991 mMaxUsageCount = sourceSpec.getMaxUsageCount(); in Builder()
1699 mMaxUsageCount = maxUsageCount; in setMaxUsageCount()
1764 mMaxUsageCount, in build()