Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1982 mOffload.sendOffloadExemptPrefixes((Set<IpPrefix>) o); in handleUpstreamNetworkMonitorCallback()
2290 sendOffloadExemptPrefixes(); in start()
2306 sendOffloadExemptPrefixes(); in updateDownstreamLinkProperties()
2313 sendOffloadExemptPrefixes(); in excludeDownstreamInterface()
2317 public void sendOffloadExemptPrefixes() { in sendOffloadExemptPrefixes() method in Tethering.TetherMainSM.OffloadWrapper
2318 sendOffloadExemptPrefixes(mUpstreamNetworkMonitor.getLocalPrefixes()); in sendOffloadExemptPrefixes()
2321 public void sendOffloadExemptPrefixes(final Set<IpPrefix> localPrefixes) { in sendOffloadExemptPrefixes() method in Tethering.TetherMainSM.OffloadWrapper