Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java645 doesNotReplaceOtherEntriesHelper(false /* useStrongbox */); in testGenerate_DoesNotReplaceOtherEntries()
647 doesNotReplaceOtherEntriesHelper(true /* useStrongbox */); in testGenerate_DoesNotReplaceOtherEntries()
651 private void doesNotReplaceOtherEntriesHelper(boolean useStrongbox) throws Exception { in doesNotReplaceOtherEntriesHelper() method in KeyPairGeneratorTest