Searched refs:RouteKey (Results 1 – 5 of 5) sorted by relevance
565 public static class RouteKey { class in RouteInfo570 RouteKey(@NonNull IpPrefix destination, @Nullable InetAddress gateway, in RouteKey() method in RouteInfo.RouteKey579 if (!(o instanceof RouteKey)) { in equals()582 RouteKey p = (RouteKey) o; in equals()605 public RouteKey getRouteKey() { in getRouteKey()606 return new RouteKey(mDestination, mGateway, mInterface); in getRouteKey()
398 RouteInfo.RouteKey k1, k2; in testRouteKey()
6127 final CompareOrUpdateResult<RouteInfo.RouteKey, RouteInfo> routeDiff = in updateRoutes()
14427 HSPLandroid/net/RouteInfo$RouteKey;-><init>(Landroid/net/IpPrefix;Ljava/net/InetAddress;)V14437 HSPLandroid/net/RouteInfo;->getRouteKey()Landroid/net/RouteInfo$RouteKey;44501 Landroid/net/RouteInfo$RouteKey;
2023 …onnectivityService;->lambda$updateRoutes$8(Landroid/net/RouteInfo;)Landroid/net/RouteInfo$RouteKey;