Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitor.java119 private HashSet<IpPrefix> mLocalPrefixes; field in UpstreamNetworkMonitor
146 mLocalPrefixes = new HashSet<>(); in UpstreamNetworkMonitor()
352 return (Set<IpPrefix>) mLocalPrefixes.clone(); in getLocalPrefixes()
472 if (!mLocalPrefixes.equals(localPrefixes)) { in recomputeLocalPrefixes()
473 mLocalPrefixes = localPrefixes; in recomputeLocalPrefixes()