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