Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java733 public void testLimitedUseKey() throws Exception { in testLimitedUseKey() method in KeyGeneratorTest
734 testLimitedUseKey(false /* useStrongbox */); in testLimitedUseKey()
736 testLimitedUseKey(true /* useStrongbox */); in testLimitedUseKey()
740 private void testLimitedUseKey(boolean useStrongbox) throws Exception { in testLimitedUseKey() method in KeyGeneratorTest
DKeyInfoTest.java106 public void testLimitedUseKey() throws Exception { in testLimitedUseKey() method in KeyInfoTest