Home | History | Annotate | Download | only in alerts

Lines Matching refs:allDay

334                     info.allDay, info.location);
353 info.allDay, info.location);
370 info.allDay, info.location);
507 if (info.allDay) {
518 getGracePeriodMs(startAdjustedForAllDay, endAdjustedForAllDay, info.allDay);
645 final boolean allDay = alertCursor.getInt(ALERT_INDEX_ALL_DAY) != 0;
673 .append(" allDay:").append(allDay)
746 description, beginTime, endTime, eventId, allDay, newAlert);
752 if (allDay) {
762 if (allDay) {
805 getGracePeriodMs(beginTime, endTime, allDay);
810 } else if (allDay && tz != null && DateUtils.isToday(beginTimeAdjustedForAllDay)) {
830 private static long getGracePeriodMs(long beginTime, long endTime, boolean allDay) {
831 if (allDay) {
905 boolean allDay;
909 long endMillis, long eventId, boolean allDay, boolean newAlert) {
917 this.allDay = allDay;