Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java425 Set<IpPrefix> local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
447 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
471 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
494 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
504 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
511 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
518 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitor.java325 public Set<IpPrefix> getLocalPrefixes() { in getLocalPrefixes() method in UpstreamNetworkMonitor
DTethering.java2001 sendOffloadExemptPrefixes(mUpstreamNetworkMonitor.getLocalPrefixes()); in sendOffloadExemptPrefixes()