Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java265 final Set<RouteInfo> routes = routes(TEST_PREFIXES); in makeIPv6ProvisionedLinkProperties() local
614 Set<RouteInfo> routes, Set<InetAddress> dnses) { in linkproperties()
635 static Set<RouteInfo> routes(String... routes) { in routes() method in IpClientTest
645 static Set<RouteInfo> routes(Set<RouteInfo> includedRoutes, Set<RouteInfo> excludedRoutes) { in routes() method in IpClientTest
DIpReachabilityMonitorTest.kt609 val routes: List<RouteInfo> = listOf( in testIsOnLink() constant
624 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.java798 final List<RouteInfo> routes = new ArrayList<>(getRoutes()); in getAllRoutes() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java214 public void addInterfaceToLocalNetwork(String iface, List<RouteInfo> routes) { in addInterfaceToLocalNetwork()
441 List<RouteInfo> routes = new ArrayList<>(); in tetherInterface() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DNetworkListAdapter.java200 public TextView routes; field in NetworkListAdapter.ViewHolder
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java301 private void establishVpn(String[] addresses, String[] routes, String[] excludedRoutes, in establishVpn()
323 String[] addresses, String[] routes, String allowedApplications, in startVpn()
332 String[] addresses, String[] routes, String[] excludedRoutes, in startVpn()
342 String[] addresses, String[] routes, String[] excludedRoutes, in startVpn()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteTransitionTests.java112 public RoutingTestParameters setCallSupportedRoutes(int routes) { in setCallSupportedRoutes()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1517 final List<RouteInfo> routes = in assembleLinkProperties() local