Searched defs:DISPLAY_AS_ALLDAY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java60 private static final String DISPLAY_AS_ALLDAY = "dispAllday"; field in class:Event
62 private static final String EVENTS_WHERE = DISPLAY_AS_ALLDAY + "=0";
63 private static final String ALLDAY_WHERE = DISPLAY_AS_ALLDAY + "=1";
87 + DateUtils.DAY_IN_MILLIS + " AS " + DISPLAY_AS_ALLDAY, // 19

Completed in 28 milliseconds