Searched refs:nextStoppedService (Results 1 – 1 of 1) sorted by relevance
417 final Intent nextStoppedService = shadowApplication.getNextStoppedService(); in shouldHaveStoppedServiceByStartedComponent() local418 assertThat(nextStoppedService.filterEquals(startServiceIntent)).isTrue(); in shouldHaveStoppedServiceByStartedComponent()419 assertThat(nextStoppedService.getStringExtra("someExtra")).isEqualTo("someValue"); in shouldHaveStoppedServiceByStartedComponent()