Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java103 private LinkProperties mUpstreamLinkProperties; field in OffloadController
317 mUpstreamLinkProperties = null; in stop()
437 return (mUpstreamLinkProperties != null) in currentUpstreamInterface()
438 ? mUpstreamLinkProperties.getInterfaceName() : null; in currentUpstreamInterface()
556 if (!started() || Objects.equals(mUpstreamLinkProperties, lp)) return; in setUpstreamLinkProperties()
560 mUpstreamLinkProperties = (lp != null) ? new LinkProperties(lp) : null; in setUpstreamLinkProperties()
660 for (InetAddress ip : mUpstreamLinkProperties.getAddresses()) { in pushUpstreamParameters()
668 for (RouteInfo ri : mUpstreamLinkProperties.getRoutes()) { in pushUpstreamParameters()
705 mExemptPrefixes, mUpstreamLinkProperties); in computeAndPushLocalPrefixes()
761 LinkProperties lp = mUpstreamLinkProperties; in dump()