/packages/modules/NetworkStack/tests/unit/src/android/net/ip/ |
D | IpClientTest.java | 265 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
|
D | IpReachabilityMonitorTest.kt | 609 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/ |
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 | 798 final List<RouteInfo> routes = new ArrayList<>(getRoutes()); in getAllRoutes() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | NetdWrapper.java | 214 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/ |
D | NetworkListAdapter.java | 200 public TextView routes; field in NetworkListAdapter.ViewHolder
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 301 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/ |
D | CallAudioRouteTransitionTests.java | 112 public RoutingTestParameters setCallSupportedRoutes(int routes) { in setCallSupportedRoutes()
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | IpClient.java | 1517 final List<RouteInfo> routes = in assembleLinkProperties() local
|