Searched refs:COLORS_INDEX_COLOR_KEY (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarColorPickerDialog.java67 public static final int COLORS_INDEX_COLOR_KEY = 1; field in class:CalendarColorPickerDialog
122 int colorKey = cursor.getInt(COLORS_INDEX_COLOR_KEY);
H A DEventInfoFragment.java302 public static final int COLORS_INDEX_COLOR_KEY = 2; field in class:EventInfoFragment
539 int colorKey = cursor.getInt(COLORS_INDEX_COLOR_KEY);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java353 int colorKey = cursor.getInt(EditEventHelper.COLORS_INDEX_COLOR_KEY);
H A DEditEventHelper.java220 static final int COLORS_INDEX_COLOR_KEY = 4; field in class:EditEventHelper

Completed in 51 milliseconds