Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java244 private final int mMaxUsageCount; field in KeyProtection
294 mMaxUsageCount = maxUsageCount; in KeyProtection()
604 return mMaxUsageCount; in getMaxUsageCount()
647 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; field in KeyProtection.Builder
1212 mMaxUsageCount = maxUsageCount; in setMaxUsageCount()
1262 mMaxUsageCount, in build()
DKeyGenParameterSpec.java328 private final int mMaxUsageCount; field in KeyGenParameterSpec
437 mMaxUsageCount = maxUsageCount; in KeyGenParameterSpec()
926 return mMaxUsageCount; in getMaxUsageCount()
980 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; field in KeyGenParameterSpec.Builder
1048 mMaxUsageCount = sourceSpec.getMaxUsageCount(); in Builder()
1826 mMaxUsageCount = maxUsageCount; in setMaxUsageCount()
1913 mMaxUsageCount, in build()