Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContextWrapper.java206 public Intent getNextStoppedService() { in getNextStoppedService() method in ShadowContextWrapper
207 return getShadowApplication().getNextStoppedService(); in getNextStoppedService()
DShadowApplication.java296 public Intent getNextStoppedService() { in getNextStoppedService() method in ShadowApplication
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java185 assertEquals(intent, shadowApplication.getNextStoppedService()); in shouldHaveStoppedServiceIntentAndIndicateServiceWasntRunning()
207 assertEquals(intent, shadowApplication.getNextStoppedService()); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()