Lines Matching refs:email
467 // email to the calendar owner display.
487 // Show email account if display name is not unique and
488 // display name != email
489 String email = mCalendarsCursor.getString(CALENDARS_INDEX_OWNER_ACCOUNT);
490 if (cursor.getCount() > 1 && !calendarName.equalsIgnoreCase(email) &&
491 Utils.isValidEmail(email)) {
492 sb.append(" (").append(email).append(")");
770 // Create a listener for the email guests button
860 String email = mAttendeesCursor.getString(ATTENDEES_INDEX_EMAIL);
876 mCalendarOwnerAccount.equalsIgnoreCase(email)) {
893 mAcceptedAttendees.add(new Attendee(name, email,
898 mDeclinedAttendees.add(new Attendee(name, email,
903 mTentativeAttendees.add(new Attendee(name, email,
908 mNoResponseAttendees.add(new Attendee(name, email,
1978 * Send the intent that shows the Contact info corresponding to the email address.
1984 final Uri dataUri = Uri.withAppendedPath(CommonDataKinds.Email.CONTENT_FILTER_URI,
2170 * Email all the attendees of the event, except for the viewer (so as to not email