Home
last modified time | relevance | path

Searched refs:expectedIpv4Route (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java1237 final RouteInfo expectedIpv4Route = new RouteInfo(PrefixUtils.asIpPrefix(mTestAddress), in testTetheringNetworkAgent_ipv6AddressUpdate() local
1239 assertRoutes(List.of(expectedIpv4Route), lpCaptor.getValue().getRoutes()); in testTetheringNetworkAgent_ipv6AddressUpdate()
1259 assertRoutes(List.of(expectedIpv4Route, expectedIpv6Route), in testTetheringNetworkAgent_ipv6AddressUpdate()