Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java1809 mOffload.sendOffloadExemptPrefixes((Set<IpPrefix>) o); in handleUpstreamNetworkMonitorCallback()
2100 sendOffloadExemptPrefixes(); in start()
2116 sendOffloadExemptPrefixes(); in updateDownstreamLinkProperties()
2123 sendOffloadExemptPrefixes(); in excludeDownstreamInterface()
2127 public void sendOffloadExemptPrefixes() { in sendOffloadExemptPrefixes() method in Tethering.TetherMainSM.OffloadWrapper
2128 sendOffloadExemptPrefixes(mUpstreamNetworkMonitor.getLocalPrefixes()); in sendOffloadExemptPrefixes()
2131 public void sendOffloadExemptPrefixes(final Set<IpPrefix> localPrefixes) { in sendOffloadExemptPrefixes() method in Tethering.TetherMainSM.OffloadWrapper