Home | History | Annotate | Download | only in calendar

Lines Matching defs:emailAddress

2695         String emailAddress = null;
2709 emailAddress = cursor.getString(0);
2715 return emailAddress;
2748 * @param emailAddress the email of the attendee
2750 private void createAttendeeEntry(long eventId, int status, String emailAddress) {
2759 values.put(Attendees.ATTENDEE_EMAIL, emailAddress);