| /external/guava/guava-tests/test/com/google/common/collect/ |
| ForwardingTestCase.java | 25 import java.lang.reflect.InvocationHandler; 65 InvocationHandler handler = new InvocationHandler() {
|
| ImmutableListTest.java | 48 import java.lang.reflect.InvocationHandler; 587 InvocationHandler invocationHandler = new InvocationHandler() { 635 new Class[] {ConcurrentlyMutatedList.class}, invocationHandler);
|
| MultimapsCollectionTest.java | 60 import java.lang.reflect.InvocationHandler; 153 new InvocationHandler() {
|
| /external/easymock/src/org/easymock/internal/ |
| ObjectMethodsFilter.java | 20 import java.lang.reflect.InvocationHandler;
24 public class ObjectMethodsFilter implements InvocationHandler, Serializable {
|
| /external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/ |
| SubstitutableLoggerTest.java | 27 import java.lang.reflect.InvocationHandler; 72 private class LoggerInvocationHandler implements InvocationHandler {
|
| /libcore/luni/src/test/java/libcore/javax/net/ssl/ |
| PSKKeyManagerProxy.java | 19 import java.lang.reflect.InvocationHandler; 31 class PSKKeyManagerProxy implements InvocationHandler {
|
| /art/test/044-proxy/src/ |
| NarrowingTest.java | 34 new InvocationHandler() {
|
| BasicTest.java | 18 import java.lang.reflect.InvocationHandler; 98 InvocationHandler handler = new MyInvocationHandler(proxyMe); 109 new Class[] { InvocationHandler.class }); 229 class MyInvocationHandler implements InvocationHandler {
|
| WrappedThrow.java | 18 import java.lang.reflect.InvocationHandler; 30 InvocationHandler handler = new WTInvocationHandler(mix); 178 class WTInvocationHandler implements InvocationHandler {
|
| ReturnsAndArgPassing.java | 53 static class MyInvocationHandler implements InvocationHandler {
|
| /frameworks/base/core/java/android/hardware/camera2/utils/ |
| Decorator.java | 13 public class Decorator<T> implements InvocationHandler {
|
| /external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
| ProxyBuilder.java | 31 import java.lang.reflect.InvocationHandler; 57 * InvocationHandler handler = new InvocationHandler() { 80 * {@link #handler(InvocationHandler)} passing in an {@link InvocationHandler}, and then call 136 private InvocationHandler handler; 160 public ProxyBuilder<T> handler(InvocationHandler handler) { 295 private static void setHandlerInstanceField(Object instance, InvocationHandler handler) { 324 * Returns the proxy's {@link InvocationHandler}. 328 public static InvocationHandler getInvocationHandler(Object instance) [all...] |
| /external/dexmaker/src/test/java/com/google/dexmaker/stock/ |
| ProxyBuilderTest.java | 23 import java.lang.reflect.InvocationHandler; 258 public static class InvokeSuperHandler implements InvocationHandler { 324 InvocationHandler handler = new InvocationHandler() { 401 InvocationHandler delegatesOddValues = new InvocationHandler() { 422 InvocationHandler handler = new InvocationHandler() { 681 InvocationHandler invocationHandler = new InvocationHandler() [all...] |
| /external/javassist/src/main/javassist/bytecode/annotation/ |
| AnnotationImpl.java | 18 import java.lang.reflect.InvocationHandler; 37 public class AnnotationImpl implements InvocationHandler { 239 InvocationHandler ih = Proxy.getInvocationHandler(obj);
|
| /libcore/luni/src/test/java/libcore/java/io/ |
| SerializationTest.java | 27 import java.lang.reflect.InvocationHandler; 402 public static class SerializableInvocationHandler implements InvocationHandler, Serializable { 432 implements InvocationHandler /*, Serializable*/ {
|
| /external/littlemock/src/com/google/testing/littlemock/ |
| LittleMock.java | 23 import java.lang.reflect.InvocationHandler; 586 private static class DefaultInvocationHandler implements InvocationHandler { 684 return createProxy(clazz, new InvocationHandler() { 706 return createProxy(clazz, new InvocationHandler() { [all...] |
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
| CallbackInfo.java | 55 new CallbackInfo(InvocationHandler.class, InvocationHandlerGenerator.INSTANCE),
|
| /libcore/luni/src/main/java/libcore/reflect/ |
| AnnotationFactory.java | 25 import java.lang.reflect.InvocationHandler; 49 public final class AnnotationFactory implements InvocationHandler, Serializable {
|
| /libcore/luni/src/test/java/libcore/java/lang/reflect/ |
| AnnotationsTest.java | 27 import java.lang.reflect.InvocationHandler; 200 InvocationHandler emptyInvocationHandler = new InvocationHandler() {
|
| /external/conscrypt/src/test/java/org/conscrypt/ |
| DuckTypedPSKKeyManagerTest.java | 21 import java.lang.reflect.InvocationHandler; 302 static class MockInvocationHandler implements InvocationHandler {
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
| Platform.java | 21 import java.lang.reflect.InvocationHandler; 319 private static class JettyNegoProvider implements InvocationHandler {
|
| /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.0/ |
| dexmaker-mockito-1.0.jar | |
| /prebuilts/misc/common/swig/include/2.0.11/gcj/ |
| javaprims.i | 205 class InvocationHandler;
|
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| AccessibilityManagerService.java | [all...] |
| /external/littlemock/tests/com/google/testing/littlemock/ |
| LittleMockTest.java | 59 import java.lang.reflect.InvocationHandler; [all...] |