Home
last modified time | relevance | path

Searched refs:mLastLocalPrefixStrs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java107 private Set<String> mLastLocalPrefixStrs; field in OffloadController
152 mLastLocalPrefixStrs = new HashSet<>(); in OffloadController()
646 if (!force && mLastLocalPrefixStrs.equals(localPrefixStrs)) return true; in computeAndPushLocalPrefixes()
648 mLastLocalPrefixStrs = localPrefixStrs; in computeAndPushLocalPrefixes()
702 pw.println("Exempt prefixes: " + mLastLocalPrefixStrs); in dump()