Searched refs:mUpstreamLinkProperties (Results 1 – 1 of 1) sorted by relevance
103 private LinkProperties mUpstreamLinkProperties; field in OffloadController317 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()