Searched refs:ShadowIntent (Results 1 – 5 of 5) sorted by relevance
7 import com.xtremelabs.robolectric.shadows.ShadowIntent;53 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely()
7 import com.xtremelabs.robolectric.shadows.ShadowIntent;62 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely()
26 public class ShadowIntent { class54 ShadowIntent other = shadowOf(intent); in __constructor__()198 ShadowIntent srcShadowIntent = shadowOf(src); in putExtras()429 ShadowIntent other = shadowOf(otherIntent); in fillIn()544 public boolean realIntentEquals(ShadowIntent o) { in realIntentEquals()
219 ShadowIntent.class, in getDefaultShadowClasses()382 ShadowIntent.reset(); in resetStaticState()681 public static ShadowIntent shadowOf(Intent instance) { in shadowOf()682 return (ShadowIntent) shadowOf_(instance); in shadowOf()
211 ShadowIntent si = shadowOf(intent); in testSetClass()222 ShadowIntent si = shadowOf(intent); in testSetClassName()