Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DCreateItemsRequestTest.java38 String docType = "org.test.ns"; in basicRequest() local
48 Util.cborPrettyPrint(Util.createItemsRequest(entriesToRequest, docType))); in basicRequest()
56 String docType = "org.test.ns"; in multipleNamespaces() local
70 Util.cborPrettyPrint(Util.createItemsRequest(entriesToRequest, docType))); in multipleNamespaces()
/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()