Home
last modified time | relevance | path

Searched refs:getNextStartedService (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContextWrapper.java179 public Intent getNextStartedService() { in getNextStartedService() method in ShadowContextWrapper
180 return getShadowApplication().getNextStartedService(); in getNextStartedService()
DShadowApplication.java260 public Intent getNextStartedService() { in getNextStartedService() method in ShadowApplication
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
DStartedServiceMatcher.java55 … Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedService(); in matchesSafely()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DContextWrapperTest.java181 assertEquals("foo", shadowOf(Robolectric.application).getNextStartedService().getAction()); in bindServiceDelegatesToShadowApplication()
DApplicationTest.java218 assertNull(shadowApplication.getNextStartedService()); in shouldClearStartedServiceIntents()