Home
last modified time | relevance | path

Searched refs:getUnderlyingInterfaces (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/tests/common/java/android/net/
DUnderlyingNetworkInfoTest.kt43 assertEquals(TEST_IFACE_LIST, testInfo.getUnderlyingInterfaces()) in testParcelUnparcel()
49 assertEquals(listOf(), emptyInfo.getUnderlyingInterfaces()) in testParcelUnparcel()
/packages/modules/Connectivity/framework-t/src/android/net/
DUnderlyingNetworkInfo.java80 public List<String> getUnderlyingInterfaces() { in getUnderlyingInterfaces() method in UnderlyingNetworkInfo
128 && Objects.equals(mUnderlyingIfaces, that.getUnderlyingInterfaces()); in equals()
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsFactory.java241 info.getUnderlyingInterfaces()); in adjustForTunAnd464Xlat()
/packages/modules/Connectivity/framework-t/api/
Dmodule-lib-current.txt203 method @NonNull public java.util.List<java.lang.String> getUnderlyingInterfaces();
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java7876 assertSameElements(underlyingIfaces, info.getUnderlyingInterfaces());
8065 argThat(infos -> infos.get(0).getUnderlyingInterfaces().size() == 1
8066 && WIFI_IFNAME.equals(infos.get(0).getUnderlyingInterfaces().get(0))));
8080 argThat(vpnInfos -> vpnInfos.get(0).getUnderlyingInterfaces().size() == 1
8081 && WIFI_IFNAME.equals(vpnInfos.get(0).getUnderlyingInterfaces().get(0))));