Searched refs:selectBestRoute (Results 1 – 8 of 8) sorted by relevance
/frameworks/libs/net/common/tests/unit/src/android/net/util/ |
D | NetUtilsTest.java | 64 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/ |
D | NetUtils.java | 52 public static RouteInfo selectBestRoute(@Nullable Collection<RouteInfo> routes, in selectBestRoute() method in NetUtils
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringInterfaceUtils.java | 90 ? NetUtils.selectBestRoute(lp.getAllRoutes(), dst) in getInterfaceForDestination()
|
/frameworks/base/core/java/android/net/ |
D | RouteInfo.java | 512 public static RouteInfo selectBestRoute(Collection<RouteInfo> routes, InetAddress dest) { in selectBestRoute() method in RouteInfo 513 return NetUtils.selectBestRoute(routes, dest); in selectBestRoute()
|
D | LinkProperties.java | 1329 final RouteInfo bestRoute = RouteInfo.selectBestRoute(allRoutes, ip); in isReachable()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ClientModeImpl.java | 1295 InetAddress gateway = NetUtils.selectBestRoute( in getDstMacForKeepalive()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 1903 RouteInfo bestRoute = RouteInfo.selectBestRoute(lp.getAllRoutes(), addr); in addLegacyRouteToHost()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 10521 HSPLandroid/net/RouteInfo;->selectBestRoute(Ljava/util/Collection;Ljava/net/InetAddress;)Landroid/n…
|