Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextWrapper.java75 public void clearStartedServices() { in clearStartedServices() method in ShadowContextWrapper
76 getShadowInstrumentation().clearStartedServices(); in clearStartedServices()
DShadowInstrumentation.java575 void clearStartedServices() {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java427 shadowOf(context).clearStartedServices(); in shouldClearStartedServiceIntents()