Searched refs:atSign (Results 1 – 1 of 1) sorted by relevance
101 int atSign = address.indexOf('@'); in getSimplifiedName() local102 simplifiedName = (atSign != -1) ? address.substring(0, atSign) : ""; in getSimplifiedName()