Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyGeneratorSpi.java369 if (spec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in engineGenerateKey()
372 spec.getMaxUsageCount() in engineGenerateKey()
DAndroidKeyStoreSpi.java602 if (spec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in setPrivateKeyEntry()
605 spec.getMaxUsageCount() in setPrivateKeyEntry()
877 if (params.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in setSecretKeyEntry()
880 params.getMaxUsageCount() in setSecretKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java957 if (mSpec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in constructKeyGenerationArguments()
960 mSpec.getMaxUsageCount() in constructKeyGenerationArguments()
/frameworks/base/keystore/java/android/security/keystore/
DKeyGenParameterSpec.java925 public int getMaxUsageCount() { in getMaxUsageCount() method in KeyGenParameterSpec
1048 mMaxUsageCount = sourceSpec.getMaxUsageCount(); in Builder()
DParcelableKeyGenParameterSpec.java121 out.writeInt(mSpec.getMaxUsageCount()); in writeToParcel()
DKeyProtection.java603 public int getMaxUsageCount() { in getMaxUsageCount() method in KeyProtection
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39740 method public int getMaxUsageCount();
39886 method public int getMaxUsageCount();