Searched refs:removedList (Results 1 – 3 of 3) sorted by relevance
196 List<ProgramSelector.Identifier> removedList = new ArrayList<>(); in apply() local214 removedList.add(removed.getKey()); in apply()222 removeLocked(removedIterator.next(), removedList); in apply() local235 for (int i = 0; i < removedList.size(); i++) { in apply()237 listCallbacksCopied.get(cbIndex).onItemRemoved(removedList.get(i)); in apply()
509 final List<Sensor> removedList = new ArrayList<>(); in updateDynamicSensorList() local512 mFullDynamicSensorsList, list, updatedList, addedList, removedList); in updateDynamicSensorList()539 for (Sensor s: removedList) { in updateDynamicSensorList()547 for (Sensor s: removedList) { in updateDynamicSensorList()
1865 final List<ShortcutInfo> removedList = removeNonKeyFields(removedShortcuts);1882 if (!CollectionUtils.isEmpty(removedList)) {1883 copy.get(i).onShortcutsRemoved(packageName, removedList, user);