Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIEmail.java111 public void setContentType(String contentType) { in setContentType() argument
112 if (contentType == null) throw new NullPointerException(); in setContentType()
113 mContentType = contentType; in setContentType()
/tools/apksig/src/main/java/com/android/apksig/internal/pkcs7/
DEncapsulatedContentInfo.java32 public String contentType; field in EncapsulatedContentInfo
44 contentType = contentTypeOid; in EncapsulatedContentInfo()
/tools/tradefederation/core/common_util/com/android/tradefed/result/
DLogDataType.java71 LogDataType(String fileExt, String contentType, boolean compressed, boolean text) { in LogDataType() argument
75 mContentType = contentType; in LogDataType()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileUploader.java55 String contentType, in uploadFile() argument
58 InputStreamContent inputStreamData = new InputStreamContent(contentType, fileContents); in uploadFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpHelperTest.java262 public HttpURLConnection createConnection(URL url, String method, String contentType) in testDoPostWithRetry_ioexception()
289 URL url, String method, String contentType) throws IOException { in testDoPostWithRetry_retry()
294 return super.createConnection(url, method, contentType); in testDoPostWithRetry_retry()
348 public HttpURLConnection createConnection(URL url, String method, String contentType) in createConnection() argument
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DEmailTest.java212 final String contentType = Message.HTML; in _manual_testFuncSend() local
217 msg.setContentType(contentType); in _manual_testFuncSend()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeVerifier.java491 if (!Pkcs7Constants.OID_SIGNED_DATA.equals(contentInfo.contentType)) { in verifySigBlockAgainstSigFile()
493 "Unsupported ContentInfo.contentType: " + contentInfo.contentType); in verifySigBlockAgainstSigFile()
712 String contentType = in verifySignerInfoAgainstSigFile() local
715 if (contentType == null) { in verifySignerInfoAgainstSigFile()
718 if (!contentType.equals(signedData.encapContentInfo.contentType)) { in verifySignerInfoAgainstSigFile()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java1347 contentInfo.contentType = Pkcs7Constants.OID_SIGNED_DATA; in generatePkcs7DerEncodedMessage()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...