Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DCreateItemsRequestTest.java36 String docType = "org.test.ns"; in basicRequest() local
46 Util.cborPrettyPrint(Util.createItemsRequest(entriesToRequest, docType))); in basicRequest()
54 String docType = "org.test.ns"; in multipleNamespaces() local
68 Util.cborPrettyPrint(Util.createItemsRequest(entriesToRequest, docType))); in multipleNamespaces()
DUtil.java964 static byte[] buildDeviceAuthenticationCbor(String docType, in buildDeviceAuthenticationCbor() argument
979 .add(docType) in buildDeviceAuthenticationCbor()
1254 @Nullable String docType) { in createItemsRequest() argument
1257 if (docType != null) { in createItemsRequest()
1258 mapBuilder.put("docType", docType); in createItemsRequest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DIdentityCredentialAuthentication.java297 @Nullable String docType) { in createItemsRequest() argument
300 if (docType != null) { in createItemsRequest()
301 mapBuilder.put("docType", docType); in createItemsRequest()