Searched refs:actualStartedIntent (Results 1 – 2 of 2) sorted by relevance
46 … Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedActivity(); in matchesSafely() local48 if (actualStartedIntent == null) { in matchesSafely()53 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely()57 message += "started " + actualStartedIntent; in matchesSafely()
55 … Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedService(); in matchesSafely() local57 if (actualStartedIntent == null) { in matchesSafely()62 ShadowIntent shadowIntent = shadowOf(actualStartedIntent); in matchesSafely()68 message += "started " + actualStartedIntent; in matchesSafely()