Searched refs:mLastLocalPrefixStrs (Results 1 – 1 of 1) sorted by relevance
95 private Set<String> mLastLocalPrefixStrs; field in OffloadController122 mLastLocalPrefixStrs = new HashSet<>(); in OffloadController()506 if (!force && mLastLocalPrefixStrs.equals(localPrefixStrs)) return true; in computeAndPushLocalPrefixes()508 mLastLocalPrefixStrs = localPrefixStrs; in computeAndPushLocalPrefixes()558 pw.println("Exempt prefixes: " + mLastLocalPrefixStrs); in dump()