Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DContentHandlerTest.java37 ((ContentHandlerImpl) handler).setContent(new Foo()); in test_getContent()
41 ((ContentHandlerImpl) handler).setContent(new FooSub()); in test_getContent()
46 ((ContentHandlerImpl) handler).setContent(new Foo()); in test_getContent()
61 public void setContent(Object content) { in setContent() method in ContentHandlerImpl