Home
last modified time | relevance | path

Searched refs:addressTypeMatches (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/net/common/tests/unit/src/android/net/util/
DNetUtilsTest.java52 assertTrue(NetUtils.addressTypeMatches(V4_ADDR1, V4_ADDR2)); in testAddressTypeMatches()
53 assertTrue(NetUtils.addressTypeMatches(V6_ADDR1, V6_ADDR2)); in testAddressTypeMatches()
54 assertFalse(NetUtils.addressTypeMatches(V4_ADDR1, V6_ADDR1)); in testAddressTypeMatches()
55 assertFalse(NetUtils.addressTypeMatches(V6_ADDR1, V4_ADDR1)); in testAddressTypeMatches()
/frameworks/libs/net/common/framework/android/net/util/
DNetUtils.java38 public static boolean addressTypeMatches(@NonNull InetAddress left, in addressTypeMatches() method in NetUtils
59 if (addressTypeMatches(route.getDestination().getAddress(), dest)) { in selectBestRoute()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java380 if (NetUtils.addressTypeMatches( in onDataStateChanged()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt44836 Landroid/net/NetworkUtils;->addressTypeMatches(Ljava/net/InetAddress;Ljava/net/InetAddress;)Z