Searched refs:allDay (Results 1 – 10 of 10) sorted by relevance
79 public boolean allDay; field in Time305 this.allDay = false; in clear()457 allDay = false; in parseInternal()480 allDay = true; in parseInternal()585 allDay = false; in parse3339Internal()668 allDay = true; in parse3339Internal()763 allDay = false; in set()777 return calculator.format2445(!allDay); in format2445()785 this.allDay = that.allDay; in set()803 this.allDay = false; in set()[all …]
200 boolean allDay = start.allDay; in populateContentValues()204 if (inUtc || allDay) { in populateContentValues()226 if (allDay) { in populateContentValues()244 values.put(CalendarContract.Events.ALL_DAY, allDay ? 1 : 0); in populateContentValues()277 boolean allDay = cursor.getInt(allDayColumn) == 1; in populateComponent()290 if (!allDay) { in populateComponent()302 if (allDay) { in populateComponent()304 dtstartTime.allDay = true; in populateComponent()336 final boolean allDay = (null != allDayInteger) ? (allDayInteger == 1) : false; in populateComponent()349 if (!allDay) { in populateComponent()[all …]
372 if (!t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23) { in testParse33390()377 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()384 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()391 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()398 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()405 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()413 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()421 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()
238 String exrule, String exdate, long dtstart, String tzid, String duration, int allDay, in verifyPopulateContentValues() argument259 assertEquals(allDay, in verifyPopulateContentValues()
264 long eventId, long startMs, long endMs, boolean allDay, int flags) { in startViewCalendarEventInManagedProfile() argument269 endMs, allDay, flags); in startViewCalendarEventInManagedProfile()
469 …nManagedProfile(String packageName, long eventId, long start, long end, boolean allDay, int flags); in startViewCalendarEventInManagedProfile() argument
11947 boolean allDay, int flags) { in startViewCalendarEventInManagedProfile() argument11952 eventId, start, end, allDay, flags); in startViewCalendarEventInManagedProfile()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
23299 field public static final java.lang.String EXTRA_EVENT_ALL_DAY = "allDay";23454 field public static final java.lang.String ALL_DAY = "allDay";30161 field public boolean allDay;
38343 field public static final String EXTRA_EVENT_ALL_DAY = "allDay";38501 field public static final String ALL_DAY = "allDay";49976 field @Deprecated public boolean allDay;