Searched refs:testParts (Results 1 – 1 of 1) sorted by relevance
165 String[] testParts = testDomain.split(DOMAIN_SEPARATOR); in matchProvider() local167 if (testParts.length != providerParts.length) { in matchProvider()170 for (int i = 0; i < testParts.length; i++) { in matchProvider()171 String testPart = testParts[i].toLowerCase(); in matchProvider()