Searched refs:localPrefixStrs (Results 1 – 1 of 1) sorted by relevance
704 final Set<String> localPrefixStrs = computeLocalPrefixStrings( in computeAndPushLocalPrefixes() local706 if (!force && mLastLocalPrefixStrs.equals(localPrefixStrs)) return true; in computeAndPushLocalPrefixes()708 mLastLocalPrefixStrs = localPrefixStrs; in computeAndPushLocalPrefixes()709 return mHwInterface.setLocalPrefixes(new ArrayList<>(localPrefixStrs)); in computeAndPushLocalPrefixes()736 final HashSet<String> localPrefixStrs = new HashSet<>(); in computeLocalPrefixStrings() local737 for (IpPrefix pfx : prefixSet) localPrefixStrs.add(pfx.toString()); in computeLocalPrefixStrings()738 return localPrefixStrs; in computeLocalPrefixStrings()