Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java77 newProxyWithSubHandler1(LIST2), // Makes sure type of handler doesn't affect equality in testEquals()
99 private static List<String> newProxyWithSubHandler1(List<String> delegate) { in newProxyWithSubHandler1() method in AbstractInvocationHandlerTest