Searched refs:providerPart (Results 1 – 1 of 1) sorted by relevance
347 String providerPart = providerParts[i].toLowerCase(); in matchProvider() local348 if (!providerPart.equals(WILD_STRING) && in matchProvider()349 !matchWithWildcards(testPart, providerPart)) { in matchProvider()356 private static boolean matchWithWildcards(String testPart, String providerPart) { in matchWithWildcards() argument357 int providerLength = providerPart.length(); in matchWithWildcards()363 char providerChar = providerPart.charAt(i); in matchWithWildcards()