Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java88 return Reflection.newProxy(List.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingListWithEquals()
93 return Reflection.newProxy(Iterable.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingIterableWithEquals()
110 new DelegatingInvocationHandlerWithEquals("a string")); in newProxyWithEqualsForInterfaces()
132 private static class DelegatingInvocationHandlerWithEquals extends DelegatingInvocationHandler { class in AbstractInvocationHandlerTest
134 DelegatingInvocationHandlerWithEquals(Object delegate) { in DelegatingInvocationHandlerWithEquals() method in AbstractInvocationHandlerTest.DelegatingInvocationHandlerWithEquals
140 if (obj instanceof DelegatingInvocationHandlerWithEquals) { in equals()
141 DelegatingInvocationHandlerWithEquals that = (DelegatingInvocationHandlerWithEquals) obj; in equals()
159 private static class SubHandler1 extends DelegatingInvocationHandlerWithEquals {
165 private static class SubHandler2 extends DelegatingInvocationHandlerWithEquals {
/external/guava/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java88 return Reflection.newProxy(List.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingListWithEquals()
93 return Reflection.newProxy(Iterable.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingIterableWithEquals()
110 new DelegatingInvocationHandlerWithEquals("a string")); in newProxyWithEqualsForInterfaces()
132 private static class DelegatingInvocationHandlerWithEquals extends DelegatingInvocationHandler { class in AbstractInvocationHandlerTest
134 DelegatingInvocationHandlerWithEquals(Object delegate) { in DelegatingInvocationHandlerWithEquals() method in AbstractInvocationHandlerTest.DelegatingInvocationHandlerWithEquals
140 if (obj instanceof DelegatingInvocationHandlerWithEquals) { in equals()
141 DelegatingInvocationHandlerWithEquals that = (DelegatingInvocationHandlerWithEquals) obj; in equals()
159 private static class SubHandler1 extends DelegatingInvocationHandlerWithEquals {
165 private static class SubHandler2 extends DelegatingInvocationHandlerWithEquals {