Searched refs:getRouteKey (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | RouteInfoTest.java | 387 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 D | RouteInfo.java | 601 public RouteKey getRouteKey() { in getRouteKey() method in RouteInfo
|
H A D | LinkProperties.java | 681 if (mRoutes.get(i).getRouteKey().equals(route.getRouteKey())) { in findRouteIndexByRouteKey()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/ |
H A D | ConnectivityService.java | 7101 (r) -> r.getRouteKey()); in updateRoutes()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 12040 HSPLandroid/net/RouteInfo;->getRouteKey()Landroid/net/RouteInfo$RouteKey;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 12032 HSPLandroid/net/RouteInfo;->getRouteKey()Landroid/net/RouteInfo$RouteKey;
|