Searched refs:allDay (Results 1 – 7 of 7) 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()764 allDay = false; in set()778 return calculator.format2445(!allDay); in format2445()786 this.allDay = that.allDay; in set()804 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 …]
369 if (!t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23) { in testParse33390()374 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()381 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()388 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()395 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()402 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()410 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()418 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()
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;
32678 field public static final java.lang.String EXTRA_EVENT_ALL_DAY = "allDay";32833 field public static final java.lang.String ALL_DAY = "allDay";41641 field public boolean allDay;
35592 field public static final java.lang.String EXTRA_EVENT_ALL_DAY = "allDay";35747 field public static final java.lang.String ALL_DAY = "allDay";45178 field public boolean allDay;