Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DShadowInvalidator.java21 public SwitchPoint getSwitchPoint(Class<?> caller) { in getSwitchPoint() method in ShadowInvalidator
22 return getSwitchPoint(caller.getName()); in getSwitchPoint()
25 public synchronized SwitchPoint getSwitchPoint(String className) { in getSwitchPoint() method in ShadowInvalidator
DInvokeDynamicSupport.java170 return RobolectricInternals.getShadowInvalidator().getSwitchPoint(cl); in getInvalidator()
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DSandboxClassLoaderTest.java754 when(invalidator.getSwitchPoint(any(Class.class))).thenReturn(new SwitchPoint());