Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DOffloadControllerTest.java278 offload.setUpstreamLinkProperties(null); in testSetUpstreamLinkPropertiesWorking()
291 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
303 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
319 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
330 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
344 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
365 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
388 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
408 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
441 offload.setUpstreamLinkProperties(lp); in testGetForwardedStats()
[all …]
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java555 public void setUpstreamLinkProperties(LinkProperties lp) { in setUpstreamLinkProperties() method in OffloadController
DTethering.java2583 mOffloadController.setUpstreamLinkProperties( in updateUpstreamNetworkState()