Home
last modified time | relevance | path

Searched defs:routes (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DNetUtilsTest.java79 final List<RouteInfo> routes = new ArrayList<>(); in testSelectBestRoute() local
120 final List<RouteInfo> routes = new ArrayList<>(); in testSelectBestRouteWithExcludedRoutes() local
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DNetUtils.java55 public static RouteInfo selectBestRoute(@Nullable Collection<RouteInfo> routes, in selectBestRoute()
/packages/modules/Connectivity/staticlibs/client-libs/netd/com/android/net/module/util/
DNetdUtils.java208 final List<RouteInfo> routes) { in addRoutesToLocalNetwork()
222 public static int removeRoutesFromLocalNetwork(final INetd netd, final List<RouteInfo> routes) { in removeRoutesFromLocalNetwork()
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java373 final Set<RouteInfo> routes = routes(TEST_PREFIXES); in makeIPv6ProvisionedLinkProperties() local
727 Set<RouteInfo> routes, Set<InetAddress> dnses) { in linkproperties()
748 static Set<RouteInfo> routes(String... routes) { in routes() argument
758 static Set<RouteInfo> routes(Set<RouteInfo> includedRoutes, Set<RouteInfo> excludedRoutes) { in routes() method in IpClientTest
DIpReachabilityMonitorTest.kt1083 val routes: List<RouteInfo> = listOf( in testIsOnLink() constant
1099 val routes: List<RouteInfo> = listOf( in testIsOnLink_withThrowRoutes() constant
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DInitialConfiguration.java123 public boolean isProvisionedBy(List<LinkAddress> addresses, List<RouteInfo> routes) { in isProvisionedBy()
/packages/modules/Connectivity/framework/src/android/net/
DStaticIpConfiguration.java213 List<RouteInfo> routes = new ArrayList<RouteInfo>(3); in getRoutes() local
DRouteInfo.java515 public static RouteInfo selectBestRoute(Collection<RouteInfo> routes, InetAddress dest) { in selectBestRoute()
DLinkProperties.java791 final List<RouteInfo> routes = new ArrayList<>(getRoutes()); in getAllRoutes() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DNetworkListAdapter.java200 public TextView routes; field in NetworkListAdapter.ViewHolder
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java220 public void addInterfaceToLocalNetwork(String iface, List<RouteInfo> routes) { in addInterfaceToLocalNetwork()
447 List<RouteInfo> routes = new ArrayList<>(); in tetherInterface() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteTransitionTests.java115 public RoutingTestParameters setCallSupportedRoutes(int routes) { in setCallSupportedRoutes()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java379 private void establishVpn(String[] addresses, String[] routes, String[] excludedRoutes, in establishVpn()
401 String[] addresses, String[] routes, String allowedApplications, in startVpn()
410 String[] addresses, String[] routes, String[] excludedRoutes, in startVpn()
420 String[] addresses, String[] routes, String[] excludedRoutes, in startVpn()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DNetlinkUtils.java444 List<RtNetlinkRouteMessage> routes = new ArrayList<>(); in getIpv6MulticastRoutes() local
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1898 final List<RouteInfo> routes = in assembleLinkProperties() local