Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
DStartedServiceMatcher.java62 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely() local
66 …boolean intentsMatch = shadowOf(expectedIntent).getIntentClass().equals(shadowIntent.getIntentClas… in matchesSafely()
71 Set<String> keys = shadowIntent.getExtras().keySet(); in matchesSafely()
DStartedMatcher.java53 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely() local
55 boolean intentsMatch = shadowOf(expectedIntent).realIntentEquals(shadowIntent); in matchesSafely()