Home | History | Annotate | Download | only in net

Lines Matching refs:added

62         public Collection<T> added = new ArrayList<T>();
68 retVal += "] added=[";
69 for (T addr : added) retVal += addr.toString() + ",";
262 * mLinkAddresses and a list of addresses that would be added to
267 * @return the removed and added lists.
279 result.added.clear();
283 result.added.add(newAddress);
292 * mDnses and a list of addresses that would be added to
297 * @return the removed and added lists.
310 result.added.clear();
314 result.added.add(newAddress);
323 * mRoutes and a list of routes that would be added to
328 * @return the removed and added lists.
335 * are in target but not in mRoutes are placed in added.
340 result.added.clear();
344 result.added.add(r);