Home
last modified time | relevance | path

Searched refs:stackedIface (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsFactory.java104 public void noteStackedIface(String stackedIface, String baseIface) { in noteStackedIface() argument
105 if (stackedIface != null && baseIface != null) { in noteStackedIface()
106 mStackedIfaces.put(stackedIface, baseIface); in noteStackedIface()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
H A DNetworkStatsServiceTest.java959 final String stackedIface = "stacked-test0";
961 stackedProp.setInterfaceName(stackedIface);
976 stackedIface, UID_BLUE, SET_DEFAULT, 0xF00D, 1024L, 8L, 512L, 4L, 0L);
982 final String[] augmentedIfaceFilter = new String[] { stackedIface, TEST_IFACE };
1010 assertTrue(ArrayUtils.contains(stats.getUniqueIfaces(), stackedIface));
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DNetworkStatsTest.java955 ArrayMap<String, String> stackedIface = new ArrayMap<>(); in testApply464xlatAdjustments() local
956 stackedIface.put(v4Iface, baseIface); in testApply464xlatAdjustments()
989 stats.apply464xlatAdjustments(stackedIface); in testApply464xlatAdjustments()