Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/content/type/
DMimeMap.java335 public static Element ofMimeSpec(String s) { return new Element(s, true); } in ofMimeSpec() method in MimeMap.Builder.Element
391 Element mimeElement = Element.ofMimeSpec(mimeSpec); // validate mimeSpec unconditionally in addMimeMapping()