Searched refs:startedServices (Results 1 – 1 of 1) sorted by relevance
75 private List<Intent> startedServices = new ArrayList<Intent>(); field in ShadowApplication179 startedServices.add(intent); in startService()188 return startedServices.contains(name); in stopService()201 startedServices.add(intent); in bindService()261 if (startedServices.isEmpty()) { in getNextStartedService()264 return startedServices.remove(0); in getNextStartedService()276 if (startedServices.isEmpty()) { in peekNextStartedService()279 return startedServices.get(0); in peekNextStartedService()288 startedServices.clear(); in clearStartedServices()