Searched refs:maxUsageCount (Results 1 – 4 of 4) sorted by relevance
263 int maxUsageCount, in KeyProtection() argument287 mMaxUsageCount = maxUsageCount; in KeyProtection()1106 public Builder setMaxUsageCount(int maxUsageCount) { in setMaxUsageCount() argument1107 if (maxUsageCount == KeyProperties.UNRESTRICTED_USAGE_COUNT || maxUsageCount > 0) { in setMaxUsageCount()1108 mMaxUsageCount = maxUsageCount; in setMaxUsageCount()
366 int maxUsageCount, in KeyGenParameterSpec()426 mMaxUsageCount = maxUsageCount; in KeyGenParameterSpec()1713 public Builder setMaxUsageCount(int maxUsageCount) { in setMaxUsageCount() argument1714 if (maxUsageCount == KeyProperties.UNRESTRICTED_USAGE_COUNT || maxUsageCount > 0) { in setMaxUsageCount()1715 mMaxUsageCount = maxUsageCount; in setMaxUsageCount()
174 final int maxUsageCount = in.readInt(); in ParcelableKeyGenParameterSpec() local212 maxUsageCount, in ParcelableKeyGenParameterSpec()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...