Searched refs:WILD_CHARACTER (Results 1 – 1 of 1) sorted by relevance
41 private final static char WILD_CHARACTER = '?'; field in AccountSettingsUtils189 if (testChar != providerChar && providerChar != WILD_CHARACTER) { in matchWithWildcards()