Home
last modified time | relevance | path

Searched refs:getNextStoppedService (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextWrapper.java84 public Intent getNextStoppedService() { in getNextStoppedService() method in ShadowContextWrapper
85 return getShadowInstrumentation().getNextStoppedService(); in getNextStoppedService()
DShadowInstrumentation.java583 Intent getNextStoppedService() {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java374 assertThat(shadowApplication.getNextStoppedService()).isEqualTo(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasntRunning()
396 assertThat(shadowApplication.getNextStoppedService()).isEqualTo(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()
417 final Intent nextStoppedService = shadowApplication.getNextStoppedService(); in shouldHaveStoppedServiceByStartedComponent()