Home
last modified time | relevance | path

Searched refs:actualStartedIntent (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
DStartedMatcher.java46 … Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedActivity(); in matchesSafely() local
48 if (actualStartedIntent == null) { in matchesSafely()
53 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely()
57 message += "started " + actualStartedIntent; in matchesSafely()
DStartedServiceMatcher.java55 … Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedService(); in matchesSafely() local
57 if (actualStartedIntent == null) { in matchesSafely()
62 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely()
68 message += "started " + actualStartedIntent; in matchesSafely()