Home
last modified time | relevance | path

Searched refs:deleteKey (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/performance/
DPerformanceTestBase.java212 deleteKey(); in finalTearDown()
215 public void deleteKey() throws Exception { in deleteKey() method in PerformanceTestBase.KeystoreMeasurable
216 mGenerator.deleteKey(); in deleteKey()
247 deleteKey(); in tearDown()
270 deleteKey(); in tearDown()
304 void deleteKey() throws Exception {} in deleteKey() method in PerformanceTestBase.KeystoreKeyGenerator
340 void deleteKey() throws Exception { in deleteKey() method in PerformanceTestBase.AndroidKeystoreKeyGenerator
/cts/hostsidetests/os/src/android/os/cts/
DStaticSharedLibsHostTests.java974 final boolean deleteKey = (value == null); in setGlobalSetting()
976 if (deleteKey) { in setGlobalSetting()
982 if (!deleteKey) { in setGlobalSetting()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAgreementTest.java59 public void deleteKey() throws Exception { in deleteKey() method in KeyAgreementTest
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecurityLoggingTest.java365 deleteKey(GENERATED_KEY_ALIAS); in generateKeystoreEvents()
367 deleteKey(IMPORTED_KEY_ALIAS); in generateKeystoreEvents()
678 private void deleteKey(String keyAlias) throws Exception { in deleteKey() method in SecurityLoggingTest