Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java100 return Reflection.newProxy(List.class, new SubHandler1(delegate)); in newProxyWithSubHandler1()
156 private static class SubHandler1 extends DelegatingInvocationHandlerWithEquals { class in AbstractInvocationHandlerTest
157 SubHandler1(Object delegate) { in SubHandler1() method in AbstractInvocationHandlerTest.SubHandler1