Searched defs:getContentType (Results 1 - 10 of 10) sorted by path

/libcore/dom/src/test/java/org/w3c/domts/
H A DBatikTestDocumentBuilderFactory.java235 public String getContentType() { method in class:BatikTestDocumentBuilderFactory
H A DDOMTest.java268 public final String getContentType() { method in class:DOMTest
269 return factory.getContentType();
H A DDOMTestDocumentBuilderFactory.java128 String contentType = getContentType();
151 public String getContentType() { method in class:DOMTestDocumentBuilderFactory
H A DJTidyDocumentBuilderFactory.java112 public String getContentType() { method in class:JTidyDocumentBuilderFactory
/libcore/luni/src/main/java/java/net/
H A DURLConnection.java179 * type from the method {@code getContentType()} which looks at the response
193 if ((contentType = getContentType()) == null) {
207 * type from the method {@code getContentType()} which looks at the response
227 if ((contentType = getContentType()) == null) {
325 public String getContentType() { method in class:URLConnection
/libcore/luni/src/main/java/libcore/net/url/
H A DFileURLConnection.java94 * @see #getContentType()
115 public String getContentType() { method in class:FileURLConnection
H A DFtpURLConnection.java262 public String getContentType() { method in class:FtpURLConnection
H A DJarURLConnectionImpl.java235 public String getContentType() { method in class:JarURLConnectionImpl
249 cType = jarFileURLConnection.getContentType();
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
H A DContentInfo.java74 public int[] getContentType() { method in class:ContentInfo
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDOMTestCase.java98 public String getContentType() { method in class:DOMTestCase

Completed in 440 milliseconds