Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
DStartedMatcher.java7 import com.xtremelabs.robolectric.shadows.ShadowIntent;
53 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely()
DStartedServiceMatcher.java7 import com.xtremelabs.robolectric.shadows.ShadowIntent;
62 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntent.java26 public class ShadowIntent { class
54 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()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java219 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()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DIntentTest.java211 ShadowIntent si = shadowOf(intent); in testSetClass()
222 ShadowIntent si = shadowOf(intent); in testSetClassName()