OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INDEX_ALL_DAY
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
AlertAdapter.java
66
boolean allDay = cursor.getInt(AlertActivity.
INDEX_ALL_DAY
) != 0;
AgendaAdapter.java
105
boolean allDay = cursor.getInt(AgendaWindowAdapter.
INDEX_ALL_DAY
) != 0;
AgendaByDayAdapter.java
192
boolean allDay = cursor.getInt(AgendaWindowAdapter.
INDEX_ALL_DAY
) != 0;
AlertActivity.java
74
public static final int
INDEX_ALL_DAY
= 3;
AgendaWindowAdapter.java
70
public static final int
INDEX_ALL_DAY
= 3;
447
boolean allDay = info.cursor.getInt(AgendaWindowAdapter.
INDEX_ALL_DAY
) != 0;
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetService.java
65
static final int
INDEX_ALL_DAY
= 0;
262
boolean allDay = cursor.getInt(
INDEX_ALL_DAY
) != 0;
373
boolean allDay = cursor.getInt(
INDEX_ALL_DAY
) != 0;
505
boolean allDay = cursor.getInt(
INDEX_ALL_DAY
) != 0;
Completed in 33 milliseconds