Searched refs:getNextStoppedService (Results 1 – 3 of 3) sorted by relevance
84 public Intent getNextStoppedService() { in getNextStoppedService() method in ShadowContextWrapper85 return getShadowInstrumentation().getNextStoppedService(); in getNextStoppedService()
583 Intent getNextStoppedService() {
374 assertThat(shadowApplication.getNextStoppedService()).isEqualTo(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasntRunning()396 assertThat(shadowApplication.getNextStoppedService()).isEqualTo(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()417 final Intent nextStoppedService = shadowApplication.getNextStoppedService(); in shouldHaveStoppedServiceByStartedComponent()