Searched refs:stackedLinks (Results 1 – 2 of 2) sorted by relevance
1750 ArrayList<LinkProperties> stackedLinks = new ArrayList<>(mStackedLinks.values()); in writeToParcel() local1751 dest.writeList(stackedLinks); in writeToParcel()1841 ArrayList<LinkProperties> stackedLinks = new ArrayList<LinkProperties>();1842 in.readList(stackedLinks, LinkProperties.class.getClassLoader());1843 for (LinkProperties stackedLink: stackedLinks) {
177 it.lp.stackedLinks.getOrNull(0)?.linkAddresses?.getOrNull(0) != null in <lambda>()185 val mtuStacked = if (lp.stackedLinks[0]?.mtu != 0) lp.stackedLinks[0].mtu else DEFAULT_MTU in <lambda>()