HomeSort by relevance Sort by last modified time
    Searched refs:invocationHandler (Results 1 - 25 of 35) sorted by null

1 2

  /external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DexmakerMockMaker.java 31 import java.lang.reflect.InvocationHandler;
83 InvocationHandler invocationHandler = new InvocationHandlerAdapter(handler);
92 T mock = (T) Proxy.newProxyInstance(typeToMock.getClassLoader(), classesToMock, invocationHandler);
108 ProxyBuilder.setInvocationHandler(mock, invocationHandler);
176 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock);
177 return invocationHandler instanceof InvocationHandlerAdapter
178 ? (InvocationHandlerAdapter) invocationHandler
183 InvocationHandler invocationHandler = ProxyBuilder.getInvocationHandler(mock)
    [all...]
  /external/guice/core/src/com/google/inject/internal/
ConstructionContext.java 75 DelegatingInvocationHandler<T> invocationHandler = new DelegatingInvocationHandler<T>();
76 invocationHandlers.add(invocationHandler);
83 new Class[] { expectedType, CircularDependencyProxy.class }, invocationHandler));
  /frameworks/support/webkit/src/main/java/androidx/webkit/internal/
WebViewGlueCommunicator.java 27 import java.lang.reflect.InvocationHandler;
61 private static InvocationHandler fetchGlueProviderFactoryImpl() throws IllegalAccessException,
67 return (InvocationHandler) createProviderFactoryMethod.invoke(null);
75 InvocationHandler invocationHandler;
77 invocationHandler = fetchGlueProviderFactoryImpl();
93 WebViewProviderFactoryBoundaryInterface.class, invocationHandler));
WebResourceErrorImpl.java 30 import java.lang.reflect.InvocationHandler;
52 public WebResourceErrorImpl(@NonNull InvocationHandler invocationHandler) {
54 WebResourceErrorBoundaryInterface.class, invocationHandler);
ServiceWorkerWebSettingsImpl.java 29 import java.lang.reflect.InvocationHandler;
57 public ServiceWorkerWebSettingsImpl(@NonNull InvocationHandler invocationHandler) {
59 ServiceWorkerWebSettingsBoundaryInterface.class, invocationHandler);
  /external/webview_support_interfaces/src/org/chromium/support_lib_boundary/util/
BoundaryInterfaceReflectionUtil.java 9 import java.lang.reflect.InvocationHandler;
43 * to the {@link InvocationHandler} invocationHandler.
45 public static <T> T castToSuppLibClass(Class<T> clazz, InvocationHandler invocationHandler) {
48 new Class[] {clazz}, invocationHandler));
52 * Create an {@link java.lang.reflect.InvocationHandler} that delegates method calls to
58 public static InvocationHandler createInvocationHandlerFor(final Object delegate) {
60 return new InvocationHandler() {
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.0/
dexmaker-mockito-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.2/
dexmaker-mockito-1.2.jar 
  /prebuilts/tools/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.2.0/
dexmaker-mockito-2.2.0.jar 
  /art/test/1945-proxy-method-arguments/src/
Main.java 17 import java.lang.reflect.InvocationHandler;
30 class TestInvocationHandler implements InvocationHandler {
125 TestInvocationHandler invocationHandler = new TestInvocationHandler();
129 invocationHandler);
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider.java 41 import java.lang.reflect.InvocationHandler;
336 InvocationHandler invocationHandler = new InvocationHandler() {
379 new Class[] { factoryRawType }, invocationHandler));
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java 19 import java.lang.reflect.InvocationHandler;
609 InvocationHandler invocationHandler = new InvocationHandler() {
620 invocationHandler);
621 String invocationHandlerClassName = invocationHandler.getClass().getName();
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
ProxyBuilderTest.java 28 import java.lang.reflect.InvocationHandler;
337 public static class InvokeSuperHandler implements InvocationHandler {
407 InvocationHandler handler = new InvocationHandler() {
488 InvocationHandler delegatesOddValues = new InvocationHandler() {
510 InvocationHandler handler = new InvocationHandler() {
773 InvocationHandler invocationHandler = new InvocationHandler()
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableListTest.java 48 import java.lang.reflect.InvocationHandler;
587 InvocationHandler invocationHandler = new InvocationHandler() {
635 new Class[] {ConcurrentlyMutatedList.class}, invocationHandler);
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
  /external/mockito/lib/
byte-buddy-1.7.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xstream-1.4.8.jar 

Completed in 1414 milliseconds

1 2