Home
last modified time | relevance | path

Searched refs:getMaxUsageCount (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyGeneratorSpi.java367 if (spec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in engineGenerateKey()
370 spec.getMaxUsageCount() in engineGenerateKey()
H A DAndroidKeyStoreSpi.java571 if (spec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in setPrivateKeyEntry()
574 spec.getMaxUsageCount() in setPrivateKeyEntry()
845 if (params.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in setSecretKeyEntry()
848 params.getMaxUsageCount() in setSecretKeyEntry()
H A DAndroidKeyStoreKeyPairGeneratorSpi.java907 if (mSpec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in constructKeyGenerationArguments()
910 mSpec.getMaxUsageCount() in constructKeyGenerationArguments()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyGenParameterSpec.java882 public int getMaxUsageCount() { in getMaxUsageCount() method in KeyGenParameterSpec
1006 mMaxUsageCount = sourceSpec.getMaxUsageCount(); in Builder()
H A DParcelableKeyGenParameterSpec.java112 out.writeInt(mSpec.getMaxUsageCount()); in writeToParcel()
H A DKeyProtection.java564 public int getMaxUsageCount() { in getMaxUsageCount() method in KeyProtection
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39527 method public int getMaxUsageCount();
39669 method public int getMaxUsageCount();