Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInstrumentation.java66 private List<Intent.FilterComparison> startedServices = new ArrayList<>(); field in ShadowInstrumentation
453 startedServices.add(new Intent.FilterComparison(intent));
462 return startedServices.contains(new Intent.FilterComparison(name));
482 startedServices.add(new Intent.FilterComparison(intent));
553 if (startedServices.isEmpty()) {
556 return startedServices.remove(0).getIntent();
567 if (startedServices.isEmpty()) {
570 return startedServices.get(0).getIntent();
576 startedServices.clear();