Lines Matching refs:Email
580 // email to the calendar owner display.
599 // Show email account if display name is not unique and
600 // display name != email
601 String email = mCalendarsCursor.getString(CALENDARS_INDEX_OWNER_ACCOUNT);
602 if (cursor.getCount() > 1 && !calendarName.equalsIgnoreCase(email) &&
603 Utils.isValidEmail(email)) {
604 sb.append(" (").append(email).append(")");
997 // Create a listener for the email guests button
1090 String email = mAttendeesCursor.getString(ATTENDEES_INDEX_EMAIL);
1106 mCalendarOwnerAccount.equalsIgnoreCase(email)) {
1123 mAcceptedAttendees.add(new Attendee(name, email,
1128 mDeclinedAttendees.add(new Attendee(name, email,
1133 mTentativeAttendees.add(new Attendee(name, email,
1138 mNoResponseAttendees.add(new Attendee(name, email,
2026 * Send the intent that shows the Contact info corresponding to the email address.
2032 final Uri dataUri = Uri.withAppendedPath(CommonDataKinds.Email.CONTENT_FILTER_URI,
2226 * Email all the attendees of the event, except for the viewer (so as to not email