Searched refs:getUnderlyingInterfaces (Results 1 – 5 of 5) sorted by relevance
43 assertEquals(TEST_IFACE_LIST, testInfo.getUnderlyingInterfaces()) in testParcelUnparcel()49 assertEquals(listOf(), emptyInfo.getUnderlyingInterfaces()) in testParcelUnparcel()
80 public List<String> getUnderlyingInterfaces() { in getUnderlyingInterfaces() method in UnderlyingNetworkInfo128 && Objects.equals(mUnderlyingIfaces, that.getUnderlyingInterfaces()); in equals()
241 info.getUnderlyingInterfaces()); in adjustForTunAnd464Xlat()
203 method @NonNull public java.util.List<java.lang.String> getUnderlyingInterfaces();
7876 assertSameElements(underlyingIfaces, info.getUnderlyingInterfaces());8065 argThat(infos -> infos.get(0).getUnderlyingInterfaces().size() == 18066 && WIFI_IFNAME.equals(infos.get(0).getUnderlyingInterfaces().get(0))));8080 argThat(vpnInfos -> vpnInfos.get(0).getUnderlyingInterfaces().size() == 18081 && WIFI_IFNAME.equals(vpnInfos.get(0).getUnderlyingInterfaces().get(0))));