Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java110 private Set<String> mLastLocalPrefixStrs; field in OffloadController
186 mLastLocalPrefixStrs = new HashSet<>(); in OffloadController()
706 if (!force && mLastLocalPrefixStrs.equals(localPrefixStrs)) return true; in computeAndPushLocalPrefixes()
708 mLastLocalPrefixStrs = localPrefixStrs; in computeAndPushLocalPrefixes()
764 pw.println("Exempt prefixes: " + mLastLocalPrefixStrs); in dump()