Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DOffloadControllerTest.java281 offload.setUpstreamLinkProperties(null); in testSetUpstreamLinkPropertiesWorking()
294 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
306 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
322 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
333 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
347 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
368 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
391 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
411 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
446 offload.setUpstreamLinkProperties(lp); in testGetForwardedStats()
[all …]
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java495 public void setUpstreamLinkProperties(LinkProperties lp) { in setUpstreamLinkProperties() method in OffloadController
DTethering.java1983 mOffloadController.setUpstreamLinkProperties( in updateUpstreamNetworkState()