Home
last modified time | relevance | path

Searched refs:testPart (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/activity/setup/
DAccountSettingsUtils.java346 String testPart = testParts[i].toLowerCase(); in matchProvider() local
349 !matchWithWildcards(testPart, providerPart)) { in matchProvider()
356 private static boolean matchWithWildcards(String testPart, String providerPart) { in matchWithWildcards() argument
358 if (testPart.length() != providerLength){ in matchWithWildcards()
362 char testChar = testPart.charAt(i); in matchWithWildcards()