Searched refs:INDEX_ALL_DAY (Results 1 – 8 of 8) sorted by relevance
91 public static final int INDEX_ALL_DAY = 3; field in AgendaWindowAdapter635 agendaItem.allDay = cursor.getInt(AgendaWindowAdapter.INDEX_ALL_DAY) != 0; in buildAgendaItemFromCursor()1071 cursor.getInt(AgendaWindowAdapter.INDEX_ALL_DAY) != 0; in onQueryComplete()
132 boolean allDay = cursor.getInt(AgendaWindowAdapter.INDEX_ALL_DAY) != 0; in bindView()
315 boolean allDay = cursor.getInt(AgendaWindowAdapter.INDEX_ALL_DAY) != 0; in calculateDays()
77 boolean allDay = cursor.getInt(AlertActivity.INDEX_ALL_DAY) != 0; in bindView()
74 public static final int INDEX_ALL_DAY = 3; field in AlertActivity
179 row[CalendarAppWidgetService.INDEX_ALL_DAY] = new Integer(allDay); in getRow()
282 final boolean allDay = cursor.getInt(CalendarAppWidgetService.INDEX_ALL_DAY) != 0; in buildFromCursor()
82 static final int INDEX_ALL_DAY = 0; field in CalendarAppWidgetService