Searched defs:EVENT_COLOR (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/provider/
H A DCalendarContract.java915 public static final String EVENT_COLOR = "eventColor"; field in interface:CalendarContract.EventsColumns
921 * {@link #EVENT_COLOR} automatically when a valid key is written to
931 * This will be {@link #EVENT_COLOR} if it is not null; otherwise, this will be
933 * Read-only value. To modify, write to {@link #EVENT_COLOR} or
1380 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, EVENT_COLOR);
1587 * <li>{@link #EVENT_COLOR}</li>

Completed in 24 milliseconds