Searched refs:mLocalPrefixes (Results 1 – 1 of 1) sorted by relevance
119 private HashSet<IpPrefix> mLocalPrefixes; field in UpstreamNetworkMonitor146 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()