Searched defs:regexs (Results 1 – 2 of 2) sorted by relevance
194 final Pattern[] regexs = new Pattern[size]; in writeToParcel() local
340 private static boolean matchesDownstreamRegexs(String iface, String[] regexs) { in matchesDownstreamRegexs()