Searched refs:ALL_DAY (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceSetTest.java152 (int) values.getAsInteger(android.provider.CalendarContract.Events.ALL_DAY));
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java246 values.put(CalendarContract.Events.ALL_DAY, allDay ? 1 : 0);
266 int allDayColumn = cursor.getColumnIndex(CalendarContract.Events.ALL_DAY);
337 final Integer allDayInteger = values.getAsInteger(CalendarContract.Events.ALL_DAY);
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1066 public static final String ALL_DAY = "allDay"; field in interface:CalendarContract.EventsColumns
1377 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ALL_DAY);
1593 * <li>{@link #ALL_DAY}</li>

Completed in 95 milliseconds