Home
last modified time | relevance | path

Searched refs:notifyDownstreamLinkProperties (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DOffloadControllerTest.java620 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
627 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
636 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
643 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
652 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
732 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
747 offload.notifyDownstreamLinkProperties(wifiLinkProperties); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java524 public void notifyDownstreamLinkProperties(LinkProperties lp) { in notifyDownstreamLinkProperties() method in OffloadController
DTethering.java1990 mOffloadController.notifyDownstreamLinkProperties(newLp); in updateDownstreamLinkProperties()