Searched refs:mLocalPrefixes (Results 1 – 1 of 1) sorted by relevance
111 private HashSet<IpPrefix> mLocalPrefixes; field in UpstreamNetworkMonitor131 mLocalPrefixes = new HashSet<>(); in UpstreamNetworkMonitor()326 return (Set<IpPrefix>) mLocalPrefixes.clone(); in getLocalPrefixes()415 if (!mLocalPrefixes.equals(localPrefixes)) { in recomputeLocalPrefixes()416 mLocalPrefixes = localPrefixes; in recomputeLocalPrefixes()