/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/ |
D | OkApacheClientTest.java | 161 assertNotNull(response1.getEntity().getContentType()); in contentType() 162 assertEquals("text/html", response1.getEntity().getContentType().getValue()); in contentType() 169 assertNotNull(response2.getEntity().getContentType()); in contentType() 170 assertEquals("application/json", response2.getEntity().getContentType().getValue()); in contentType() 176 assertNull(response3.getEntity().getContentType()); in contentType() 185 assertEquals("application/json", response.getEntity().getContentType().getValue()); in contentTypeIsCaseInsensitive() 228 assertNotNull(entity.getContentType()); in jsonGzipResponse() 229 assertEquals("application/json", entity.getContentType().getValue()); in jsonGzipResponse() 257 assertNotNull(entity.getContentType()); in jsonTransparentGzipResponse() 258 assertEquals("application/json", entity.getContentType().getValue()); in jsonTransparentGzipResponse()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSSignedData.java | 151 public ASN1ObjectIdentifier getContentType() in CMSSignedData() 153 return signedData.getEncapContentInfo().getContentType(); in CMSSignedData() 199 …this.signedContent = new CMSProcessableByteArray(signedData.getEncapContentInfo().getContentType(), in CMSSignedData() 204 …edContent = new PKCS7ProcessableObject(signedData.getEncapContentInfo().getContentType(), content); in CMSSignedData() 252 … ASN1ObjectIdentifier contentType = signedData.getEncapContentInfo().getContentType(); in getSignerInfos() 365 return signedData.getEncapContentInfo().getContentType().getId(); in getSignedContentTypeOID() 541 cms.contentInfo = new ContentInfo(cms.contentInfo.getContentType(), cms.signedData); in replaceSigners() 618 cms.contentInfo = new ContentInfo(cms.contentInfo.getContentType(), cms.signedData); in replaceCertificatesAndCRLs()
|
D | CMSTypedData.java | 8 ASN1ObjectIdentifier getContentType(); in getContentType() method
|
D | CMSAbsentContent.java | 45 public ASN1ObjectIdentifier getContentType() in getContentType() method in CMSAbsentContent
|
D | CMSProcessableByteArray.java | 51 public ASN1ObjectIdentifier getContentType() in getContentType() method in CMSProcessableByteArray
|
D | PKCS7ProcessableObject.java | 26 public ASN1ObjectIdentifier getContentType() in getContentType() method in PKCS7ProcessableObject
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | ContentType.java | 150 public String getContentType() { in getContentType() method in ContentType 215 return this.getContentType().equalsIgnoreCase( o.getContentType() ) in equals()
|
D | Accept.java | 115 public String getContentType() { in getContentType() method in Accept
|
/external/apache-http/src/org/apache/http/entity/ |
D | HttpEntityWrapper.java | 91 public Header getContentType() { in getContentType() method in HttpEntityWrapper 92 return wrappedEntity.getContentType(); in getContentType()
|
D | AbstractHttpEntity.java | 98 public Header getContentType() { in getContentType() method in AbstractHttpEntity
|
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/ |
D | HttpEntityBody.java | 21 } else if (entity.getContentType() != null) { in HttpEntityBody() 22 mediaType = MediaType.parse(entity.getContentType().getValue()); in HttpEntityBody()
|
/external/apache-http/src/org/apache/http/protocol/ |
D | RequestContent.java | 94 if (entity.getContentType() != null && !request.containsHeader( in process() 96 request.addHeader(entity.getContentType()); in process()
|
D | ResponseContent.java | 87 if (entity.getContentType() != null && !response.containsHeader( in process() 89 response.addHeader(entity.getContentType()); in process()
|
/external/apache-http/src/org/apache/http/util/ |
D | EntityUtils.java | 100 if (entity.getContentType() != null) { in getContentCharSet() 101 HeaderElement values[] = entity.getContentType().getElements(); in getContentCharSet()
|
/external/nist-sip/java/javax/sip/header/ |
D | MediaType.java | 9 String getContentType(); in getContentType() method
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
D | Part.java | 147 public abstract String getContentType(); in getContentType() method in Part 231 String contentType = getContentType(); in sendContentTypeHeader()
|
D | PartBase.java | 87 public String getContentType() { in getContentType() method in PartBase
|
/external/apache-http/src/org/apache/http/ |
D | HttpEntity.java | 122 Header getContentType(); in getContentType() method
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenResolutionTest.java | 399 Type getContentType() { 406 new Holder<int[]>() {}.getContentType()); 408 new Holder<int[][]>() {}.getContentType()); 413 new Holder<List<int[][]>[]>() {}.getContentType();
|
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
D | HttpEntityStub.java | 25 @Override public Header getContentType() { in getContentType() method in HttpEntityStub
|
/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/ |
D | DelegatingHttpsURLConnection.java | 150 @Override public String getContentType() { in getContentType() method in DelegatingHttpsURLConnection 151 return delegate.getContentType(); in getContentType()
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
D | DelegatingHttpsURLConnection.java | 149 @Override public String getContentType() { in getContentType() method in DelegatingHttpsURLConnection 150 return delegate.getContentType(); in getContentType()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | ContentInfo.java | 63 public ASN1ObjectIdentifier getContentType() in getContentType() method in ContentInfo
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | ContentInfo.java | 104 public ASN1ObjectIdentifier getContentType() in getContentType() method in ContentInfo
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
D | ContentInfo.java | 67 public ASN1ObjectIdentifier getContentType() in getContentType() method in ContentInfo
|