Home
last modified time | relevance | path

Searched refs:stacked (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNat464Xlat.java409 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() local
419 stacked.setInterfaceName(mIface); in makeLinkProperties()
430 stacked.addRoute(ipv4Default); in makeLinkProperties()
431 stacked.addLinkAddress(clatAddress); in makeLinkProperties()
432 return stacked; in makeLinkProperties()
/packages/apps/Settings/src/com/android/settings/widget/
DBottomLabelLayout.java84 void setStacked(boolean stacked) { in setStacked() argument
85 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()
/packages/modules/Connectivity/framework/src/android/net/
DLinkProperties.java236 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() local
861 stacked.add(new LinkProperties(link)); in getStackedLinks()
[all …]
/packages/modules/Connectivity/tests/common/java/android/net/
DLinkPropertiesTest.java551 LinkProperties stacked = new LinkProperties(); in testAddressMethods() local
552 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() local
877 stacked.setInterfaceName("v4-test0"); in testIsReachable()
878 v6lp.addStackedLink(stacked); in testIsReachable()
[all …]
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DOffloadControllerTest.java350 final LinkProperties stacked = new LinkProperties(); in testSetUpstreamLinkPropertiesWorking() local
351 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()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java8758 LinkProperties stacked = new LinkProperties(); in makeClatLinkProperties() local
8759 stacked.setInterfaceName(CLAT_MOBILE_IFNAME); in makeClatLinkProperties()
8763 stacked.addRoute(ipv4Default); in makeClatLinkProperties()
8764 stacked.addLinkAddress(clatAddress); in makeClatLinkProperties()
8765 return stacked; in makeClatLinkProperties()
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec2378 * get pushed, stacked in order, into the fixed-size “memory” (the oldest
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...