Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java417 final Intent nextStoppedService = shadowApplication.getNextStoppedService(); in shouldHaveStoppedServiceByStartedComponent() local
418 assertThat(nextStoppedService.filterEquals(startServiceIntent)).isTrue(); in shouldHaveStoppedServiceByStartedComponent()
419 assertThat(nextStoppedService.getStringExtra("someExtra")).isEqualTo("someValue"); in shouldHaveStoppedServiceByStartedComponent()