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.java468 return buildUponInternal(params, null); in buildUpon()
472 return buildUponInternal(params, newPurposes); in buildUpon()
477 return buildUponInternal(builder.build(), null); in buildUpon()
482 return buildUponInternal(builder.build(), newPurposes); in buildUpon()
485 private static KeyProtection.Builder buildUponInternal( in buildUponInternal() method in TestUtils
506 return buildUponInternal(spec, null); in buildUpon()
510 return buildUponInternal(spec, newPurposes); in buildUpon()
515 return buildUponInternal(builder.build(), null); in buildUpon()
520 return buildUponInternal(builder.build(), newPurposes); in buildUpon()
523 private static KeyGenParameterSpec.Builder buildUponInternal( in buildUponInternal() method in TestUtils