| /packages/modules/NetworkStack/tests/unit/src/android/net/ip/ |
| D | IpClientTest.java | 268 final Set<RouteInfo> routes = routes(TEST_PREFIXES); in makeIPv6ProvisionedLinkProperties() local 617 Set<RouteInfo> routes, Set<InetAddress> dnses) { in linkproperties() 638 static Set<RouteInfo> routes(String... routes) { in routes() method in IpClientTest 648 static Set<RouteInfo> routes(Set<RouteInfo> includedRoutes, Set<RouteInfo> excludedRoutes) { in routes() method in IpClientTest
|
| D | IpReachabilityMonitorTest.kt | 608 val routes: List<RouteInfo> = listOf( in testIsOnLink() constant 623 val routes: List<RouteInfo> = listOf( in testIsOnLink_withThrowRoutes() constant
|
| /packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/ |
| D | InitialConfiguration.java | 123 public boolean isProvisionedBy(List<LinkAddress> addresses, List<RouteInfo> routes) { in isProvisionedBy()
|
| /packages/modules/Connectivity/framework/src/android/net/ |
| D | StaticIpConfiguration.java | 213 List<RouteInfo> routes = new ArrayList<RouteInfo>(3); in getRoutes() local
|
| D | RouteInfo.java | 515 public static RouteInfo selectBestRoute(Collection<RouteInfo> routes, InetAddress dest) { in selectBestRoute()
|
| D | LinkProperties.java | 791 final List<RouteInfo> routes = new ArrayList<>(getRoutes()); in getAllRoutes() local
|
| /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/ |
| D | NetworkListAdapter.java | 200 public TextView routes; field in NetworkListAdapter.ViewHolder
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
| D | NetdWrapper.java | 220 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/ |
| D | CallAudioRouteTransitionTests.java | 113 public RoutingTestParameters setCallSupportedRoutes(int routes) { in setCallSupportedRoutes()
|
| /packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
| D | VpnTest.java | 367 private void establishVpn(String[] addresses, String[] routes, String[] excludedRoutes, in establishVpn() 389 String[] addresses, String[] routes, String allowedApplications, in startVpn() 398 String[] addresses, String[] routes, String[] excludedRoutes, in startVpn() 408 String[] addresses, String[] routes, String[] excludedRoutes, in startVpn()
|
| /packages/modules/NetworkStack/src/android/net/ip/ |
| D | IpClient.java | 1633 final List<RouteInfo> routes = in assembleLinkProperties() local
|