Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon/
DRecurrenceSet.java190 boolean allDay = start.allDay; in populateContentValues()
194 if (inUtc || allDay) { in populateContentValues()
216 if (allDay) { in populateContentValues()
234 values.put(CalendarContract.Events.ALL_DAY, allDay ? 1 : 0); in populateContentValues()
262 boolean allDay = cursor.getInt(allDayColumn) == 1; in populateComponent()
275 if (!allDay) { in populateComponent()
287 if (allDay) { in populateComponent()
289 dtstartTime.allDay = true; in populateComponent()
321 boolean allDay = (null != allDayInteger) ? (allDayInteger == 1) : false; in populateComponent()
334 if (!allDay) { in populateComponent()
[all …]
/frameworks/base/core/java/android/text/format/
DTime.java54 public boolean allDay; field in Time
270 this.allDay = false; in clear()
577 this.allDay = that.allDay; in set()
595 this.allDay = false; in set()
618 this.allDay = true; in set()
708 public String format3339(boolean allDay) { in format3339() argument
709 if (allDay) { in format3339()
/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/calendarcommon/
DRecurrenceSetTest.java108 String exrule, String exdate, long dtstart, String tzid, String duration, int allDay) in verifyPopulateContentValues() argument
124 assertEquals(allDay, in verifyPopulateContentValues()
/frameworks/base/core/jni/
Dandroid_text_format_Time.cpp72 bool allDay = env->GetBooleanField(o, g_allDayField); in java2time() local
73 if (allDay && in java2time()
165 bool allDay = env->GetBooleanField(This, g_allDayField); in android_text_format_Time_format2445() local
167 if (!allDay) { in android_text_format_Time_format2445()
/frameworks/base/api/
Dcurrent.txt15693 field public static final java.lang.String EXTRA_EVENT_ALL_DAY = "allDay";
15829 field public static final java.lang.String ALL_DAY = "allDay";
20500 field public boolean allDay;
D14.txt15693 field public static final java.lang.String EXTRA_EVENT_ALL_DAY = "allDay";
15829 field public static final java.lang.String ALL_DAY = "allDay";
20500 field public boolean allDay;