Searched refs:getNextStartedService (Results 1 – 5 of 5) sorted by relevance
179 public Intent getNextStartedService() { in getNextStartedService() method in ShadowContextWrapper180 return getShadowApplication().getNextStartedService(); in getNextStartedService()
260 public Intent getNextStartedService() { in getNextStartedService() method in ShadowApplication
55 … Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedService(); in matchesSafely()
181 assertEquals("foo", shadowOf(Robolectric.application).getNextStartedService().getAction()); in bindServiceDelegatesToShadowApplication()
218 assertNull(shadowApplication.getNextStartedService()); in shouldClearStartedServiceIntents()