Home
last modified time | relevance | path

Searched refs:selectBestRoute (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/net/common/tests/unit/src/android/net/util/
DNetUtilsTest.java64 RouteInfo route = NetUtils.selectBestRoute(null, v4_dest); in testSelectBestRoute()
66 route = NetUtils.selectBestRoute(routes, null); in testSelectBestRoute()
69 route = NetUtils.selectBestRoute(routes, v4_dest); in testSelectBestRoute()
87 route = NetUtils.selectBestRoute(routes, v4_dest); in testSelectBestRoute()
91 route = NetUtils.selectBestRoute(routes, v6_dest); in testSelectBestRoute()
96 route = NetUtils.selectBestRoute(routes, v4_dest); in testSelectBestRoute()
101 route = NetUtils.selectBestRoute(routes, v4_dest); in testSelectBestRoute()
/frameworks/libs/net/common/framework/android/net/util/
DNetUtils.java52 public static RouteInfo selectBestRoute(@Nullable Collection<RouteInfo> routes, in selectBestRoute() method in NetUtils
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringInterfaceUtils.java90 ? NetUtils.selectBestRoute(lp.getAllRoutes(), dst) in getInterfaceForDestination()
/frameworks/base/core/java/android/net/
DRouteInfo.java512 public static RouteInfo selectBestRoute(Collection<RouteInfo> routes, InetAddress dest) { in selectBestRoute() method in RouteInfo
513 return NetUtils.selectBestRoute(routes, dest); in selectBestRoute()
DLinkProperties.java1329 final RouteInfo bestRoute = RouteInfo.selectBestRoute(allRoutes, ip); in isReachable()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java1295 InetAddress gateway = NetUtils.selectBestRoute( in getDstMacForKeepalive()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java1903 RouteInfo bestRoute = RouteInfo.selectBestRoute(lp.getAllRoutes(), addr); in addLegacyRouteToHost()
/frameworks/base/config/
Dboot-image-profile.txt10521 HSPLandroid/net/RouteInfo;->selectBestRoute(Ljava/util/Collection;Ljava/net/InetAddress;)Landroid/n…