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

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java179 * Alternatively, use buildViewExtraLong(), getResponse(), and isAllDay().
195 public boolean isAllDay() { method in class:CalendarController.EventInfo
197 Log.wtf(TAG, "illegal call to isAllDay , wrong event type " + eventType);

Completed in 828 milliseconds