Home
last modified time | relevance | path

Searched refs:getRouteKey (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DRouteInfoTest.java387 k1 = new RouteInfo(Prefix("2001:db8::/128"), null).getRouteKey(); in testRouteKey()
388 k2 = new RouteInfo(Prefix("2001:db8::/128"), null).getRouteKey(); in testRouteKey()
394 RTN_UNREACHABLE, 1450).getRouteKey(); in testRouteKey()
396 RouteInfo.RTN_UNICAST, 1400).getRouteKey(); in testRouteKey()
401 k1 = new RouteInfo(Prefix("2001:db8::/64"), Address("fe80::1%1"), "wlan0").getRouteKey(); in testRouteKey()
407 k1 = new RouteInfo(Prefix("192.0.2.0/24"), null).getRouteKey(); in testRouteKey()
408 k2 = new RouteInfo(Prefix("192.0.3.0/24"), null).getRouteKey(); in testRouteKey()
412 k1 = new RouteInfo(Prefix("ff02::1/128"), Address("2001:db8::1"), null).getRouteKey(); in testRouteKey()
413 k2 = new RouteInfo(Prefix("ff02::1/128"), Address("2001:db8::2"), null).getRouteKey(); in testRouteKey()
417 k1 = new RouteInfo(Prefix("ff02::1/128"), null, "tun0").getRouteKey(); in testRouteKey()
[all …]
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DRouteInfo.java601 public RouteKey getRouteKey() { in getRouteKey() method in RouteInfo
H A DLinkProperties.java681 if (mRoutes.get(i).getRouteKey().equals(route.getRouteKey())) { in findRouteIndexByRouteKey()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java7101 (r) -> r.getRouteKey()); in updateRoutes()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt12040 HSPLandroid/net/RouteInfo;->getRouteKey()Landroid/net/RouteInfo$RouteKey;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt12032 HSPLandroid/net/RouteInfo;->getRouteKey()Landroid/net/RouteInfo$RouteKey;