Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java105 return Reflection.newProxy(List.class, new SubHandler2(delegate)); in newProxyWithSubHandler2()
162 private static class SubHandler2 extends DelegatingInvocationHandlerWithEquals { class in AbstractInvocationHandlerTest
163 SubHandler2(Object delegate) { in SubHandler2() method in AbstractInvocationHandlerTest.SubHandler2