Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkUtils.java402 newPrefixes: in deduplicatePrefixSet()
406 continue newPrefixes; in deduplicatePrefixSet() local
/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java782 HashSet<IpPrefix> deprecatedPrefixes, HashSet<IpPrefix> newPrefixes) { in configureLocalIPv6Routes() argument
789 if (newPrefixes != null && !newPrefixes.isEmpty()) { in configureLocalIPv6Routes()
790 HashSet<IpPrefix> addedPrefixes = (HashSet) newPrefixes.clone(); in configureLocalIPv6Routes()