Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DContentHandlerTest.java36 ContentHandler handler = new ContentHandlerImpl(); in test_getContent()
37 ((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()
52 class ContentHandlerImpl extends ContentHandler { class