HomeSort by relevance Sort by last modified time
    Searched refs:getContentType (Results 1 - 25 of 1000) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSTypedData.java 8 ASN1ObjectIdentifier getContentType();
  /external/nist-sip/java/javax/sip/header/
MediaType.java 9 String getContentType();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java 32 static String getContentType(String fileName) throws IOException {
36 return new FileURLConnection(url).getContentType();
41 assertEquals("application/rtf", getContentType("test.rtf"));
42 assertEquals("text/plain", getContentType("test.java"));
44 assertEquals("application/msword", getContentType("test.doc"));
45 assertEquals("text/html", getContentType("test.htx"));
46 assertEquals("application/xml", getContentType("test.xml"));
47 assertEquals("text/plain", getContentType("."));
73 assertEquals(conn.getContentType(), conn.getHeaderField("content-type"));
80 assertEquals(conn.getContentType(), conn.getHeaderField("content-type"))
    [all...]
  /external/apache-http/src/org/apache/http/
HttpEntity.java 117 Header getContentType();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java 64 private String getContentType(String fileName) throws IOException {
67 return new FileURLConnection(url).getContentType();
72 assertEquals("text/rtf", getContentType("test.rtf"));
74 assertEquals("application/msword", getContentType("test.doc"));
75 assertEquals("text/html", getContentType("test.htx"));
76 assertEquals("text/xml", getContentType("test.xml"));
78 new FileURLConnection(new URL("file:///")).getContentType());
106 assertEquals(conn.getContentType(), conn.getHeaderField("content-type"));
112 assertEquals(conn.getContentType(), conn.getHeaderField("content-type"));
  /external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java 86 public Header getContentType() {
87 return wrappedEntity.getContentType();
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentgetdoctype.java 56 String contentType = getContentType();
74 if (("image/svg+xml".equals(getContentType()))) {
documentgetelementsbytagnametotallength.java 50 String contentType = getContentType();
64 if (("image/svg+xml".equals(getContentType()))) {
documentgetrootnode.java 54 String contentType = getContentType();
70 if (("image/svg+xml".equals(getContentType()))) {
documenttypegetdoctype.java 54 String contentType = getContentType();
71 if (("image/svg+xml".equals(getContentType()))) {
documenttypegetentitieslength.java 53 String contentType = getContentType();
71 if (("image/svg+xml".equals(getContentType()))) {
elementgettagname.java 54 String contentType = getContentType();
70 if (("image/svg+xml".equals(getContentType()))) {
hc_documentgetimplementation.java 53 String contentType = getContentType();
71 if (("text/html".equals(getContentType()))) {
hc_documentgetrootnode.java 50 String contentType = getContentType();
66 if (("image/svg+xml".equals(getContentType()))) {
hc_domimplementationfeaturenoversion.java 55 String contentType = getContentType();
70 if (("text/html".equals(getContentType()))) {
hc_domimplementationfeaturexml.java 53 String contentType = getContentType();
68 if (("text/html".equals(getContentType()))) {
hc_elementgettagname.java 50 String contentType = getContentType();
66 if (("image/svg+xml".equals(getContentType()))) {
hc_namednodemapnumberofnodes.java 50 String contentType = getContentType();
70 if (("text/html".equals(getContentType()))) {
hc_nodeelementnodename.java 52 String contentType = getContentType();
68 if (("image/svg+xml".equals(getContentType()))) {
hc_nodegetownerdocument.java 49 String contentType = getContentType();
71 if (("image/svg+xml".equals(getContentType()))) {
hc_nodevalue04.java 50 String contentType = getContentType();
65 ((newNode != null) | ("text/html".equals(getContentType())))
nodedocumenttypenodename.java 51 String contentType = getContentType();
68 if (("image/svg+xml".equals(getContentType()))) {
nodeelementnodename.java 56 String contentType = getContentType();
72 if (("image/svg+xml".equals(getContentType()))) {
nodegetownerdocument.java 56 String contentType = getContentType();
78 if (("image/svg+xml".equals(getContentType()))) {
nodeparentnode.java 55 String contentType = getContentType();
75 if (("image/svg+xml".equals(getContentType()))) {

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>