Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java545 return buildUponInternal(params, null); in buildUpon()
549 return buildUponInternal(params, newPurposes); in buildUpon()
554 return buildUponInternal(builder.build(), null); in buildUpon()
559 return buildUponInternal(builder.build(), newPurposes); in buildUpon()
562 private static KeyProtection.Builder buildUponInternal( in buildUponInternal() method in TestUtils
584 return buildUponInternal(spec, null); in buildUpon()
588 return buildUponInternal(spec, newPurposes); in buildUpon()
593 return buildUponInternal(builder.build(), null); in buildUpon()
598 return buildUponInternal(builder.build(), newPurposes); in buildUpon()
601 private static KeyGenParameterSpec.Builder buildUponInternal( in buildUponInternal() method in TestUtils