Searched refs:COLORS_INDEX_COLOR_KEY (Results 1 – 4 of 4) sorted by relevance
67 public static final int COLORS_INDEX_COLOR_KEY = 1; field in CalendarColorPickerDialog122 int colorKey = cursor.getInt(COLORS_INDEX_COLOR_KEY); in onQueryComplete()
302 public static final int COLORS_INDEX_COLOR_KEY = 2; field in EventInfoFragment539 int colorKey = cursor.getInt(COLORS_INDEX_COLOR_KEY); in onQueryComplete()
353 int colorKey = cursor.getInt(EditEventHelper.COLORS_INDEX_COLOR_KEY); in onQueryComplete()
220 static final int COLORS_INDEX_COLOR_KEY = 4; field in EditEventHelper