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.java116 private HashSet<IpPrefix> mLocalPrefixes; field in UpstreamNetworkMonitor
141 mLocalPrefixes = new HashSet<>(); in UpstreamNetworkMonitor()
341 return (Set<IpPrefix>) mLocalPrefixes.clone(); in getLocalPrefixes()
462 if (!mLocalPrefixes.equals(localPrefixes)) { in recomputeLocalPrefixes()
463 mLocalPrefixes = localPrefixes; in recomputeLocalPrefixes()