Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DOffloadControllerTest.java690 final LinkProperties wifiLinkProperties = new LinkProperties(); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters() local
691 wifiLinkProperties.setInterfaceName(WLAN0); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
692 wifiLinkProperties.addLinkAddress(new LinkAddress("192.168.43.1/24")); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
693 wifiLinkProperties.addRoute(new RouteInfo(new IpPrefix(WIFI_PREFIX))); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
694 wifiLinkProperties.addRoute(new RouteInfo(new IpPrefix(IPV6_LINKLOCAL))); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
697 wifiLinkProperties.addLinkAddress(new LinkAddress("2001:2::1/64")); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
698 wifiLinkProperties.addLinkAddress(new LinkAddress("2001:2::2/64")); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
699 wifiLinkProperties.addRoute(new RouteInfo(new IpPrefix("2001:2::/64"))); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
700 offload.notifyDownstreamLinkProperties(wifiLinkProperties); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()