Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContextWrapper.java187 public void clearStartedServices() { in clearStartedServices() method in ShadowContextWrapper
188 getShadowApplication().clearStartedServices(); in clearStartedServices()
DShadowApplication.java287 public void clearStartedServices() { in clearStartedServices() method in ShadowApplication
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java216 shadowApplication.clearStartedServices(); in shouldClearStartedServiceIntents()