Searched refs:INDEX_START_DAY (Results 1 – 4 of 4) sorted by relevance
287 int startDay = cursor.getInt(AgendaWindowAdapter.INDEX_START_DAY); in calculateDays()
93 public static final int INDEX_START_DAY = 10; field in AgendaWindowAdapter567 event.startDay = cursor.getInt(AgendaWindowAdapter.INDEX_START_DAY); in buildEventInfoFromCursor()
290 final int startDay = cursor.getInt(CalendarAppWidgetService.INDEX_START_DAY); in buildFromCursor()
88 static final int INDEX_START_DAY = 6; field in CalendarAppWidgetService