Home
last modified time | relevance | path

Searched defs:oldLp (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DOffloadController.java388 final LinkProperties oldLp = mDownstreams.put(ifname, new LinkProperties(lp)); in notifyDownstreamLinkProperties() local
395 private void pushDownstreamState(LinkProperties oldLp, LinkProperties newLp) { in pushDownstreamState()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNat464Xlat.java328 public void fixupLinkProperties(LinkProperties oldLp, LinkProperties lp) { in fixupLinkProperties()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2208 private void updateMtu(LinkProperties newLp, LinkProperties oldLp) { in updateMtu()
4208 private void updateProxy(LinkProperties newLp, LinkProperties oldLp) { in updateProxy()
5520 LinkProperties oldLp) { in updateLinkProperties()
5604 private void updateInterfaces(LinkProperties newLp, LinkProperties oldLp, int netId, in updateInterfaces()
5633 private boolean updateRoutes(LinkProperties newLp, LinkProperties oldLp, int netId) { in updateRoutes()
5676 private void updateDnses(LinkProperties newLp, LinkProperties oldLp, int netId) { in updateDnses()
5695 private void updateVpnFiltering(LinkProperties newLp, LinkProperties oldLp, in updateVpnFiltering()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java431 public LinkProperties oldLp; field in DataConnection.UpdateLinkPropertyResult