Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DOffloadControllerTest.java252 offload.setUpstreamLinkProperties(null); in testSetUpstreamLinkPropertiesWorking()
265 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
277 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
293 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
304 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
318 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
337 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
360 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
380 offload.setUpstreamLinkProperties(lp); in testSetUpstreamLinkPropertiesWorking()
422 offload.setUpstreamLinkProperties(lp); in testGetForwardedStats()
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DOffloadController.java361 public void setUpstreamLinkProperties(LinkProperties lp) { in setUpstreamLinkProperties() method in OffloadController
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1607 mOffloadController.setUpstreamLinkProperties( in updateUpstreamNetworkState()