Searched refs:usbLinkProperties (Results 1 – 1 of 1) sorted by relevance
578 final LinkProperties usbLinkProperties = new LinkProperties(); in testAddRemoveDownstreams() local579 usbLinkProperties.setInterfaceName(RNDIS0); in testAddRemoveDownstreams()580 usbLinkProperties.addLinkAddress(new LinkAddress("192.168.42.1/24")); in testAddRemoveDownstreams()581 usbLinkProperties.addRoute(new RouteInfo(new IpPrefix(USB_PREFIX))); in testAddRemoveDownstreams()582 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()587 usbLinkProperties.addRoute(new RouteInfo(new IpPrefix(IPV6_LINKLOCAL))); in testAddRemoveDownstreams()588 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()594 usbLinkProperties.addLinkAddress(new LinkAddress("2001:db8::1/64")); in testAddRemoveDownstreams()595 usbLinkProperties.addRoute(new RouteInfo(new IpPrefix(IPV6_DOC_PREFIX))); in testAddRemoveDownstreams()596 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()[all …]