Home | History | Annotate | Download | only in calendar

Lines Matching refs:eventTitle

1314      * @param eventTitle The title of the event to use as the email subject.
1320 public static Intent createEmailAttendeesIntent(Resources resources, String eventTitle,
1339 if (eventTitle != null) {
1340 subject = resources.getString(R.string.email_subject_prefix) + eventTitle;