Home
last modified time | relevance | path

Searched refs: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
287 mMaxUsageCount = maxUsageCount; in KeyProtection()
565 return mMaxUsageCount; in getMaxUsageCount()
606 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; field in KeyProtection.Builder
1108 mMaxUsageCount = maxUsageCount; in setMaxUsageCount()
1157 mMaxUsageCount, in build()
H A DKeyGenParameterSpec.java321 private final int mMaxUsageCount; field in KeyGenParameterSpec
426 mMaxUsageCount = maxUsageCount; in KeyGenParameterSpec()
883 return mMaxUsageCount; in getMaxUsageCount()
935 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; field in KeyGenParameterSpec.Builder
1006 mMaxUsageCount = sourceSpec.getMaxUsageCount(); in Builder()
1715 mMaxUsageCount = maxUsageCount; in setMaxUsageCount()
1801 mMaxUsageCount, in build()