Home | History | Annotate | Download | only in calendar

Lines Matching refs:TITLE

50      * 3) the title (unnecessary, but nice)
57 "begin ASC, end DESC, title ASC";
59 "startDay ASC, endDay DESC, title ASC";
67 Instances.TITLE, // 0
122 public CharSequence title;
161 e.title = title;
182 dest.title = title;
203 e.title = null;
244 // the same then we sort alphabetically on the title. This isn't
377 e.title = cEvents.getString(PROJECTION_TITLE_INDEX);
383 if (e.title == null || e.title.length() == 0) {
384 e.title = mNoTitleString;
543 Log.e("Cal", "+ title = " + title);
585 * Returns the event title and location separated by a comma. If the
586 * location is already part of the title (at the end of the title), then
587 * just the title is returned.
589 * @return the event title and location as a String
592 String text = title.toString();
594 // Append the location to the title, unless the title ends with the