Home
last modified time | relevance | path

Searched defs:newLp (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java203 public void onProvisioningSuccess(LinkProperties newLp) { in onProvisioningSuccess()
212 public void onProvisioningFailure(LinkProperties newLp) { in onProvisioningFailure()
221 public void onLinkPropertiesChange(LinkProperties newLp) { in onLinkPropertiesChange()
892 private int compareProvisioning(LinkProperties oldLp, LinkProperties newLp) { in compareProvisioning()
967 private void dispatchCallback(int delta, LinkProperties newLp) { in dispatchCallback()
997 private int setLinkProperties(LinkProperties newLp) { in setLinkProperties()
1019 LinkProperties newLp = new LinkProperties(); in assembleLinkProperties() local
1102 final LinkProperties newLp = assembleLinkProperties(); in handleLinkPropertiesUpdate() local
1119 final LinkProperties newLp = assembleLinkProperties(); in handleIPv4Success() local
1148 final LinkProperties newLp = assembleLinkProperties(); in handleProvisioningFailure() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java104 public void onLinkPropertiesChange(LinkProperties newLp) { in onLinkPropertiesChange()