Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java483 testInitWithUnknownBlockModeFailsHelper(false /* useStrongbox */); in testInitWithUnknownBlockModeFails()
485 testInitWithUnknownBlockModeFailsHelper(true /* useStrongbox */); in testInitWithUnknownBlockModeFails()
489 public void testInitWithUnknownBlockModeFailsHelper(boolean useStrongbox) { in testInitWithUnknownBlockModeFailsHelper() method in KeyGeneratorTest