Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DOffloadControllerTest.java711 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
718 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
727 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
734 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
743 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
819 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
834 offload.notifyDownstreamLinkProperties(wifiLinkProperties); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java584 public void notifyDownstreamLinkProperties(LinkProperties lp) { in notifyDownstreamLinkProperties() method in OffloadController
DTethering.java2307 mOffloadController.notifyDownstreamLinkProperties(newLp); in updateDownstreamLinkProperties()