Searched defs:oldLp (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/ |
D | OffloadController.java | 388 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/ |
D | Nat464Xlat.java | 328 public void fixupLinkProperties(LinkProperties oldLp, LinkProperties lp) { in fixupLinkProperties()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2208 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/ |
D | DataConnection.java | 431 public LinkProperties oldLp; field in DataConnection.UpdateLinkPropertyResult
|