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.java750 doesNotReplaceOtherEntriesHelper(false /* useStrongbox */); in testGenerate_DoesNotReplaceOtherEntries()
752 doesNotReplaceOtherEntriesHelper(true /* useStrongbox */); in testGenerate_DoesNotReplaceOtherEntries()
756 private void doesNotReplaceOtherEntriesHelper(boolean useStrongbox) throws Exception { in doesNotReplaceOtherEntriesHelper() method in KeyPairGeneratorTest