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/util/
DTestUtils.java702 return buildUponInternal(params, null); in buildUpon()
706 return buildUponInternal(params, newPurposes); in buildUpon()
711 return buildUponInternal(builder.build(), null); in buildUpon()
716 return buildUponInternal(builder.build(), newPurposes); in buildUpon()
719 private static KeyProtection.Builder buildUponInternal( in buildUponInternal() method in TestUtils
741 return buildUponInternal(spec, null); in buildUpon()
745 return buildUponInternal(spec, newPurposes); in buildUpon()
750 return buildUponInternal(builder.build(), null); in buildUpon()
755 return buildUponInternal(builder.build(), newPurposes); in buildUpon()
758 private static KeyGenParameterSpec.Builder buildUponInternal( in buildUponInternal() method in TestUtils