Home | History | Annotate | Download | only in calendar

Lines Matching refs:mEmail

51             return (mEmail == null) ? 0 : mEmail.hashCode();
63 if (!TextUtils.equals(mEmail, other.mEmail)) {
71 return mEmail;
78 public String mEmail;
89 mEmail = email;
447 mAttendeesList.put(attendee.mEmail, attendee);
457 attendee.mName = attendee.mEmail;
465 mAttendeesList.remove(attendee.mEmail);
472 String email = attendee.mEmail;