Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DOffloadControllerTest.java687 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
694 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
703 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
710 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
719 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
795 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
810 offload.notifyDownstreamLinkProperties(wifiLinkProperties); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DOffloadController.java595 public void notifyDownstreamLinkProperties(LinkProperties lp) { in notifyDownstreamLinkProperties() method in OffloadController
H A DTethering.java2117 mOffloadController.notifyDownstreamLinkProperties(newLp); in updateDownstreamLinkProperties()