Searched refs:contentHandlerFactory (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DURLConnection.java131 private static ContentHandlerFactory contentHandlerFactory; field in class:URLConnection
266 if (contentHandlerFactory != null) {
267 cHandler = contentHandlerFactory.createContentHandler(type);
816 if (contentHandlerFactory != null) {
819 contentHandlerFactory = contentFactory;

Completed in 25 milliseconds