Searched refs:startedServices (Results 1 – 1 of 1) sorted by relevance
66 private List<Intent.FilterComparison> startedServices = new ArrayList<>(); field in ShadowInstrumentation458 startedServices.add(new Intent.FilterComparison(intent));467 return startedServices.contains(new Intent.FilterComparison(name));487 startedServices.add(new Intent.FilterComparison(intent));558 if (startedServices.isEmpty()) {561 return startedServices.remove(0).getIntent();572 if (startedServices.isEmpty()) {575 return startedServices.get(0).getIntent();581 startedServices.clear();