Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DOffloadControllerTest.java284 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
296 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
312 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
323 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
337 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
358 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
381 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
401 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
434 offload.setUpstreamLinkProperties(lp); in testGetForwardedStats()
439 offload.setUpstreamLinkProperties(lp); in testGetForwardedStats()
[all …]
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DOffloadController.java566 public void setUpstreamLinkProperties(LinkProperties lp) { in setUpstreamLinkProperties() method in OffloadController
H A DTethering.java2109 mOffloadController.setUpstreamLinkProperties( in updateUpstreamNetworkState()