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.java279 offload.setUpstreamLinkProperties(null); in testSetUpstreamLinkPropertiesWorking()
292 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
304 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
320 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
331 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
345 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
366 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
389 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
409 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
442 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.java2299 mOffloadController.setUpstreamLinkProperties( in updateUpstreamNetworkState()