Searched defs:oldLp (Results 1 – 5 of 5) 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 | 231 public void fixupLinkProperties(LinkProperties oldLp, LinkProperties lp) { in fixupLinkProperties()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 1893 private void updateMtu(LinkProperties newLp, LinkProperties oldLp) { in updateMtu() 3529 private void updateProxy(LinkProperties newLp, LinkProperties oldLp, NetworkAgentInfo nai) { in updateProxy() 4686 private void updateLinkProperties(NetworkAgentInfo networkAgent, LinkProperties oldLp) { in updateLinkProperties() 4762 private void updateInterfaces(LinkProperties newLp, LinkProperties oldLp, int netId, in updateInterfaces() 4791 private boolean updateRoutes(LinkProperties newLp, LinkProperties oldLp, int netId) { in updateRoutes() 4834 private void updateDnses(LinkProperties newLp, LinkProperties oldLp, int netId) { in updateDnses() 5023 LinkProperties oldLp = nai.linkProperties; in handleUpdateLinkProperties() local
|
/frameworks/base/services/net/java/android/net/ip/ |
D | IpClient.java | 1078 private ProvisioningChange compareProvisioning(LinkProperties oldLp, LinkProperties newLp) { in compareProvisioning() 1254 final LinkProperties oldLp = mLinkProperties; in assembleLinkProperties() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataConnection.java | 332 public LinkProperties oldLp; field in DataConnection.UpdateLinkPropertyResult
|