Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DOffloadControllerTest.java582 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
588 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
596 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
603 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
610 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testAddRemoveDownstreams()
688 offload.notifyDownstreamLinkProperties(usbLinkProperties); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
700 offload.notifyDownstreamLinkProperties(wifiLinkProperties); in testControlCallbackOnSupportAvailableFetchesAllStatsAndPushesAllParameters()
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DOffloadController.java386 public void notifyDownstreamLinkProperties(LinkProperties lp) { in notifyDownstreamLinkProperties() method in OffloadController
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1615 mOffloadController.notifyDownstreamLinkProperties(newLp); in updateDownstreamLinkProperties()