Searched refs:excl (Results 1 – 2 of 2) sorted by relevance
395 final Set<Inet4Address> excl = new HashSet<>(); in build() local397 excl.addAll(mExcludedAddrs); in build()399 excl.add((Inet4Address) mServerAddr.getAddress()); in build()400 excl.addAll(mDefaultRouters); in build()401 excl.addAll(mDnsServers); in build()406 Collections.unmodifiableSet(excl), in build()
111 for (String excl : exclListArray) { in validate()112 Matcher m = EXCLUSION_PATTERN.matcher(excl); in validate()