Home
last modified time | relevance | path

Searched refs:UNRESTRICTED_USAGE_COUNT (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java647 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT;
1211 if (maxUsageCount == KeyProperties.UNRESTRICTED_USAGE_COUNT || maxUsageCount > 0) { in setMaxUsageCount()
DKeyGenParameterSpec.java980 private int mMaxUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT;
1825 if (maxUsageCount == KeyProperties.UNRESTRICTED_USAGE_COUNT || maxUsageCount > 0) { in setMaxUsageCount()
DKeyProperties.java1051 public static final int UNRESTRICTED_USAGE_COUNT = -1; field in KeyProperties
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreSecretKeyFactorySpi.java96 int remainingUsageCount = KeyProperties.UNRESTRICTED_USAGE_COUNT; in getKeyInfo()
DAndroidKeyStoreKeyGeneratorSpi.java369 if (spec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in engineGenerateKey()
DAndroidKeyStoreSpi.java602 if (spec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in setPrivateKeyEntry()
877 if (params.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in setSecretKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java957 if (mSpec.getMaxUsageCount() != KeyProperties.UNRESTRICTED_USAGE_COUNT) { in constructKeyGenerationArguments()
/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.txt39876 field public static final int UNRESTRICTED_USAGE_COUNT = -1; // 0xffffffff