Searched defs:CONTENT_TYPE (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/file/
H A DFileURLConnection.java51 static String CONTENT_TYPE = "content-type"; field in class:FileURLConnection
122 properties.add(CONTENT_TYPE, contentType);
139 properties.add(CONTENT_TYPE, TEXT_PLAIN);
/libcore/ojluni/src/main/java/java/util/jar/
H A DAttributes.java548 public static final Name CONTENT_TYPE = new Name("Content-Type"); field in class:Attributes.Name

Completed in 116 milliseconds