Searched refs:shadowIntent (Results 1 – 2 of 2) sorted by relevance
62 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely() local66 …boolean intentsMatch = shadowOf(expectedIntent).getIntentClass().equals(shadowIntent.getIntentClas… in matchesSafely()71 Set<String> keys = shadowIntent.getExtras().keySet(); in matchesSafely()
53 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely() local55 boolean intentsMatch = shadowOf(expectedIntent).realIntentEquals(shadowIntent); in matchesSafely()