Home | History | Annotate | Download | only in provider

Lines Matching defs:TITLE

58  * as event title, location, start time, end time, etc. The event can occur
893 * The title of the event. Column name.
896 public static final String TITLE = "title";
1367 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, TITLE);
1584 * <li>{@link #TITLE}</li>
2201 public static final String DEFAULT_SORT_ORDER = "begin ASC,title ASC";