Searched refs:maxUsageCount (Results 1 – 4 of 4) sorted by relevance
269 int maxUsageCount, in KeyProtection() argument294 mMaxUsageCount = maxUsageCount; in KeyProtection()1210 public Builder setMaxUsageCount(int maxUsageCount) { in setMaxUsageCount() argument1211 if (maxUsageCount == KeyProperties.UNRESTRICTED_USAGE_COUNT || maxUsageCount > 0) { in setMaxUsageCount()1212 mMaxUsageCount = maxUsageCount; in setMaxUsageCount()
374 int maxUsageCount, in KeyGenParameterSpec()437 mMaxUsageCount = maxUsageCount; in KeyGenParameterSpec()1824 public Builder setMaxUsageCount(int maxUsageCount) { in setMaxUsageCount() argument1825 if (maxUsageCount == KeyProperties.UNRESTRICTED_USAGE_COUNT || maxUsageCount > 0) { in setMaxUsageCount()1826 mMaxUsageCount = maxUsageCount; in setMaxUsageCount()
184 final int maxUsageCount = in.readInt(); in ParcelableKeyGenParameterSpec() local223 maxUsageCount, in ParcelableKeyGenParameterSpec()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...