Home | History | Annotate | Download | only in contacts

Lines Matching defs:emailAddress

6533         String emailAddress = null;
6543 emailAddress = mDbHelper.get().extractAddressFromEmailAddress(filter);
6544 isEmailAddress = !TextUtils.isEmpty(emailAddress);
6638 // we know that the emailAddress contains a @. This phrase search should be
6644 emailAddress == null ? "" : sanitizeMatch(emailAddress);