Searched refs:stoppedServies (Results 1 – 1 of 1) sorted by relevance
76 private List<Intent> stoppedServies = new ArrayList<Intent>(); field in ShadowApplication186 stoppedServies.add(name); in stopService()297 if (stoppedServies.isEmpty()) { in getNextStoppedService()300 return stoppedServies.remove(0); in getNextStoppedService()