Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsUtils.java171 String testPart = testParts[i].toLowerCase(); in matchProvider() local
174 !matchWithWildcards(testPart, providerPart)) { in matchProvider()
181 private static boolean matchWithWildcards(String testPart, String providerPart) { in matchWithWildcards() argument
183 if (testPart.length() != providerLength){ in matchWithWildcards()
187 char testChar = testPart.charAt(i); in matchWithWildcards()