HomeSort by relevance Sort by last modified time
    Searched full:firstat (Results 1 - 1 of 1) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Address.java 171 int firstAt = address.indexOf('@');
175 return firstAt > 0 && firstAt == lastAt && lastAt + 1 < firstDot

Completed in 65 milliseconds