Searched refs:stacked (Results 1 – 10 of 10) sorted by relevance
409 for (LinkProperties stacked: oldLp.getStackedLinks()) { in fixupLinkProperties()410 if (Objects.equals(mIface, stacked.getInterfaceName())) { in fixupLinkProperties()411 lp.addStackedLink(stacked); in fixupLinkProperties()418 LinkProperties stacked = new LinkProperties(); in makeLinkProperties() local419 stacked.setInterfaceName(mIface); in makeLinkProperties()430 stacked.addRoute(ipv4Default); in makeLinkProperties()431 stacked.addLinkAddress(clatAddress); in makeLinkProperties()432 return stacked; in makeLinkProperties()
84 void setStacked(boolean stacked) { in setStacked() argument85 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()86 setGravity(stacked ? Gravity.START : Gravity.BOTTOM); in setStacked()90 spacer.setVisibility(stacked ? View.GONE : View.VISIBLE); in setStacked()
236 for (LinkProperties stacked: mStackedLinks.values()) { in getAllInterfaceNames()237 interfaceNames.addAll(stacked.getAllInterfaceNames()); in getAllInterfaceNames()271 for (LinkProperties stacked: mStackedLinks.values()) { in getAllAddresses()272 addresses.addAll(stacked.getAllAddresses()); in getAllAddresses()348 for (LinkProperties stacked: mStackedLinks.values()) { in getAllLinkAddresses()349 addresses.addAll(stacked.getAllLinkAddresses()); in getAllLinkAddresses()765 for (LinkProperties stacked: mStackedLinks.values()) { in getAllRoutes()766 routes.addAll(stacked.getAllRoutes()); in getAllRoutes()859 final List<LinkProperties> stacked = new ArrayList<>(); in getStackedLinks() local861 stacked.add(new LinkProperties(link)); in getStackedLinks()[all …]
551 LinkProperties stacked = new LinkProperties(); in testAddressMethods() local552 stacked.setInterfaceName("stacked"); in testAddressMethods()553 lp.addStackedLink(stacked); in testAddressMethods()554 stacked.addLinkAddress(LINKADDRV4); in testAddressMethods()555 stacked.addLinkAddress(LINKADDRV6); in testAddressMethods()556 assertTrue(stacked.hasIpv4Address()); in testAddressMethods()557 assertTrue(stacked.hasGlobalIpv6Address()); in testAddressMethods()874 LinkProperties stacked = new LinkProperties(); in testIsReachable() local877 stacked.setInterfaceName("v4-test0"); in testIsReachable()878 v6lp.addStackedLink(stacked); in testIsReachable()[all …]
350 final LinkProperties stacked = new LinkProperties(); in testSetUpstreamLinkPropertiesWorking() local351 stacked.setInterfaceName("stacked"); in testSetUpstreamLinkPropertiesWorking()352 stacked.addLinkAddress(new LinkAddress("192.0.2.129/25")); in testSetUpstreamLinkPropertiesWorking()353 stacked.addRoute(new RouteInfo(null, InetAddress.getByName("192.0.2.254"), null, in testSetUpstreamLinkPropertiesWorking()355 stacked.addRoute(new RouteInfo(null, InetAddress.getByName("fe80::bad:f00"), null, in testSetUpstreamLinkPropertiesWorking()357 assertTrue(lp.addStackedLink(stacked)); in testSetUpstreamLinkPropertiesWorking()
8758 LinkProperties stacked = new LinkProperties(); in makeClatLinkProperties() local8759 stacked.setInterfaceName(CLAT_MOBILE_IFNAME); in makeClatLinkProperties()8763 stacked.addRoute(ipv4Default); in makeClatLinkProperties()8764 stacked.addLinkAddress(clatAddress); in makeClatLinkProperties()8765 return stacked; in makeClatLinkProperties()
2378 * get pushed, stacked in order, into the fixed-size “memory” (the oldest
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...