Home
last modified time | relevance | path

Searched refs:allDay (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/format/
DTime.java79 public boolean allDay; field in Time
305 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 …]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java202 boolean allDay = start.allDay; in populateContentValues()
206 if (inUtc || allDay) { in populateContentValues()
228 if (allDay) { in populateContentValues()
246 values.put(CalendarContract.Events.ALL_DAY, allDay ? 1 : 0); in populateContentValues()
279 boolean allDay = cursor.getInt(allDayColumn) == 1; in populateComponent()
292 if (!allDay) { in populateComponent()
304 if (allDay) { in populateComponent()
306 dtstartTime.allDay = true; in populateComponent()
338 final boolean allDay = (null != allDayInteger) ? (allDayInteger == 1) : false; in populateComponent()
351 if (!allDay) { in populateComponent()
[all …]
/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java362 if (!t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23) { in testParse33390()
367 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()
403 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()
411 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 || in testParse33390()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceSetTest.java130 String exrule, String exdate, long dtstart, String tzid, String duration, int allDay, in verifyPopulateContentValues() argument
151 assertEquals(allDay, in verifyPopulateContentValues()
/frameworks/base/api/
Dcurrent.txt24543 field public static final java.lang.String EXTRA_EVENT_ALL_DAY = "allDay";
24698 field public static final java.lang.String ALL_DAY = "allDay";
32651 field public boolean allDay;
Dsystem-current.txt26499 field public static final java.lang.String EXTRA_EVENT_ALL_DAY = "allDay";
26654 field public static final java.lang.String ALL_DAY = "allDay";
34943 field public boolean allDay;