Searched refs:startedServices (Results 1 – 1 of 1) sorted by relevance
66 private List<Intent.FilterComparison> startedServices = new ArrayList<>(); field in ShadowInstrumentation453 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();