Searched refs:getNextStoppedService (Results 1 – 3 of 3) sorted by relevance
206 public Intent getNextStoppedService() { in getNextStoppedService() method in ShadowContextWrapper207 return getShadowApplication().getNextStoppedService(); in getNextStoppedService()
296 public Intent getNextStoppedService() { in getNextStoppedService() method in ShadowApplication
185 assertEquals(intent, shadowApplication.getNextStoppedService()); in shouldHaveStoppedServiceIntentAndIndicateServiceWasntRunning()207 assertEquals(intent, shadowApplication.getNextStoppedService()); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()