Home
last modified time | relevance | path

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

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