Searched refs:mLocalPrefixes (Results 1 – 1 of 1) sorted by relevance
94 private HashSet<IpPrefix> mLocalPrefixes; field in UpstreamNetworkMonitor114 mLocalPrefixes = new HashSet<>(); in UpstreamNetworkMonitor()278 return (Set<IpPrefix>) mLocalPrefixes.clone(); in getLocalPrefixes()384 if (!mLocalPrefixes.equals(localPrefixes)) { in recomputeLocalPrefixes()385 mLocalPrefixes = localPrefixes; in recomputeLocalPrefixes()