Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/
DShadowWranglerUnitTest.java73 …assertThat(new ShadowWrangler(shadowMap, 18, interceptors).methodInvoked(methodName, false, DummyC… in shadowClassWithSdkRange()
74 …assertThat(new ShadowWrangler(shadowMap, 19, interceptors).methodInvoked(methodName, false, DummyC… in shadowClassWithSdkRange()
76 …assertThat(new ShadowWrangler(shadowMap, 23, interceptors).methodInvoked(methodName, false, DummyC… in shadowClassWithSdkRange()
83 …assertThat(new ShadowWrangler(shadowMap, 19, interceptors).methodInvoked(methodName, false, DummyC… in shadowMethodWithSdkRange()
84 …assertThat(new ShadowWrangler(shadowMap, 20, interceptors).methodInvoked(methodName, false, DummyC… in shadowMethodWithSdkRange()
86 …assertThat(new ShadowWrangler(shadowMap, 21, interceptors).methodInvoked(methodName, false, DummyC… in shadowMethodWithSdkRange()
93 …assertThat(new ShadowWrangler(shadowMap, 19, interceptors).methodInvoked(methodName, false, DummyC… in shadowMethodWithMinSdk()
94 …assertThat(new ShadowWrangler(shadowMap, 20, interceptors).methodInvoked(methodName, false, DummyC… in shadowMethodWithMinSdk()
96 …assertThat(new ShadowWrangler(shadowMap, 21, interceptors).methodInvoked(methodName, false, DummyC… in shadowMethodWithMinSdk()
104 …assertThat(new ShadowWrangler(shadowMap, 19, interceptors).methodInvoked(methodName, false, DummyC… in shadowMethodWithMaxSdk()
[all …]
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DRobolectricInternals.java29 …public static ClassHandler.Plan methodInvoked(String signature, boolean isStatic, Class<?> theClas… in methodInvoked() method in RobolectricInternals
30 return classHandler.methodInvoked(signature, isStatic, theClass); in methodInvoked()
DClassHandler.java54 Plan methodInvoked(String signature, boolean isStatic, Class<?> theClass); in methodInvoked() method
DShadowWrangler.java164 public Plan methodInvoked(String signature, boolean isStatic, Class<?> theClass) { in methodInvoked() method in ShadowWrangler
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DSandboxClassLoaderTest.java644 …public Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, … in methodInvoked() method in SandboxClassLoaderTest.MyClassHandler
661 public Plan methodInvoked(String signature, boolean isStatic, Class<?> theClass) { in methodInvoked() method in SandboxClassLoaderTest.MyClassHandler
667 …return methodInvoked(invocationProfile.clazz, invocationProfile.methodName, instance, invocationPr… in methodInvoked()
686 return methodInvoked(invocationProfile.clazz, invocationProfile.methodName, instance,