Searched defs:oldLp (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | OffloadController.java | 526 final LinkProperties oldLp = mDownstreams.put(ifname, new LinkProperties(lp)); in notifyDownstreamLinkProperties() local 533 private void pushDownstreamState(LinkProperties oldLp, LinkProperties newLp) { in pushDownstreamState()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Nat464Xlat.java | 409 public void fixupLinkProperties(@NonNull LinkProperties oldLp, @NonNull LinkProperties lp) { in fixupLinkProperties()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2399 private void updateMtu(LinkProperties newLp, LinkProperties oldLp) { in updateMtu() 4443 private void updateProxy(LinkProperties newLp, LinkProperties oldLp) { in updateProxy() 5966 @NonNull LinkProperties oldLp) { in updateLinkProperties() 6060 final @Nullable LinkProperties oldLp, final int netId, in updateInterfaces() 6125 private boolean updateRoutes(LinkProperties newLp, LinkProperties oldLp, int netId) { in updateRoutes() 6180 private void updateDnses(LinkProperties newLp, LinkProperties oldLp, int netId) { in updateDnses() 6205 private void updateVpnFiltering(LinkProperties newLp, LinkProperties oldLp, in updateVpnFiltering()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataConnection.java | 464 public LinkProperties oldLp; field in DataConnection.UpdateLinkPropertyResult
|