Home
last modified time | relevance | path

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

/frameworks/base/tests/net/common/java/android/net/
DRouteInfoTest.java400 k1 = new RouteInfo(Prefix("2001:db8::/128"), null).getRouteKey(); in testRouteKey()
401 k2 = new RouteInfo(Prefix("2001:db8::/128"), null).getRouteKey(); in testRouteKey()
407 RTN_UNREACHABLE, 1450).getRouteKey(); in testRouteKey()
409 RouteInfo.RTN_UNICAST, 1400).getRouteKey(); in testRouteKey()
414 k1 = new RouteInfo(Prefix("2001:db8::/64"), Address("fe80::1%1"), "wlan0").getRouteKey(); in testRouteKey()
415 k2 = new RouteInfo(Prefix("2001:db8::/64"), Address("fe80::1%2"), "wlan0").getRouteKey(); in testRouteKey()
420 k1 = new RouteInfo(Prefix("192.0.2.0/24"), null).getRouteKey(); in testRouteKey()
421 k2 = new RouteInfo(Prefix("192.0.3.0/24"), null).getRouteKey(); in testRouteKey()
425 k1 = new RouteInfo(Prefix("ff02::1/128"), Address("2001:db8::1"), null).getRouteKey(); in testRouteKey()
426 k2 = new RouteInfo(Prefix("ff02::1/128"), Address("2001:db8::2"), null).getRouteKey(); in testRouteKey()
[all …]
/frameworks/base/core/java/android/net/
DRouteInfo.java605 public RouteKey getRouteKey() { in getRouteKey() method in RouteInfo
DLinkProperties.java695 if (mRoutes.get(i).getRouteKey().equals(route.getRouteKey())) { in findRouteIndexByRouteKey()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java6116 (r) -> r.getRouteKey()); in updateRoutes()