Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java452 Set<IpPrefix> local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
475 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
500 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
522 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
533 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
541 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
549 local = mUNM.getLocalPrefixes(); in testLocalPrefixes()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitor.java340 public Set<IpPrefix> getLocalPrefixes() { in getLocalPrefixes() method in UpstreamNetworkMonitor
DTethering.java2318 sendOffloadExemptPrefixes(mUpstreamNetworkMonitor.getLocalPrefixes()); in sendOffloadExemptPrefixes()