Home
last modified time | relevance | path

Searched defs:getAllStartedServices (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowContextWrapper.java115 public List<Intent> getAllStartedServices() { in getAllStartedServices() method in ShadowContextWrapper
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowApplicationTest.java654 public void getAllStartedServices() { in getAllStartedServices() method in ShadowApplicationTest