Searched refs:EXCLLIST_PATTERN (Results 1 – 2 of 2) sorted by relevance
93 private static final Pattern EXCLLIST_PATTERN; field in Proxy97 EXCLLIST_PATTERN = Pattern.compile(EXCLLIST_REGEXP);222 Matcher listMatch = EXCLLIST_PATTERN.matcher(exclList); in validate()
48246 Landroid/net/Proxy;->EXCLLIST_PATTERN:Ljava/util/regex/Pattern;