Searched refs:selectBestRoute (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DTetheringInterfaceUtils.java86 ? RouteInfo.selectBestRoute(lp.getAllRoutes(), dst)
/frameworks/base/core/java/android/net/
H A DRouteInfo.java382 public static RouteInfo selectBestRoute(Collection<RouteInfo> routes, InetAddress dest) { method in class:RouteInfo
H A DLinkProperties.java966 final RouteInfo bestRoute = RouteInfo.selectBestRoute(allRoutes, ip);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java2032 ? RouteInfo.selectBestRoute(lp.getAllRoutes(), dst)
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1562 RouteInfo bestRoute = RouteInfo.selectBestRoute(lp.getAllRoutes(), addr);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java1271 InetAddress gateway = RouteInfo.selectBestRoute(
/frameworks/base/config/
H A Dboot-image-profile.txt3821 HPLandroid/net/RouteInfo;->selectBestRoute(Ljava/util/Collection;Ljava/net/InetAddress;)Landroid/net/RouteInfo;
[all...]

Completed in 333 milliseconds