Home | History | Annotate | Download | only in net

Lines Matching refs:stackedLinks

1136         ArrayList<LinkProperties> stackedLinks = new ArrayList(mStackedLinks.values());
1137 dest.writeList(stackedLinks);
1172 ArrayList<LinkProperties> stackedLinks = new ArrayList<LinkProperties>();
1173 in.readList(stackedLinks, LinkProperties.class.getClassLoader());
1174 for (LinkProperties stackedLink: stackedLinks) {