Lines Matching refs:TITLE
125 // date range has changed, update the title
362 * @param title The title of the event
367 long selectedMillis, String title, long calendarId) {
388 info.eventTitle = title;
493 // Store the formatting flags if this is an update to the title
737 String title, long calendarId) {
738 Intent intent = generateCreateEventIntent(startMillis, endMillis, allDayEvent, title,
745 boolean allDayEvent, String title, long calendarId) {
752 intent.putExtra(Events.TITLE, title);
863 tmp = "Update title";