Searched refs:methodInvoked (Results 1 - 3 of 3) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DClassHandler.java16 Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable; method in interface:ClassHandler
H A DRobolectricInternals.java109 public static Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable { method in class:RobolectricInternals
111 return classHandler.methodInvoked(clazz, methodName, instance, paramTypes, params);
H A DShadowWrangler.java87 public Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable { method in class:ShadowWrangler

Completed in 83 milliseconds