Searched refs:allDay (Results 1 – 7 of 7) sorted by relevance
190 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 …]
54 public boolean allDay; field in Time270 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() argument709 if (allDay) { in format3339()
362 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()
108 String exrule, String exdate, long dtstart, String tzid, String duration, int allDay) in verifyPopulateContentValues() argument124 assertEquals(allDay, in verifyPopulateContentValues()
72 bool allDay = env->GetBooleanField(o, g_allDayField); in java2time() local73 if (allDay && in java2time()165 bool allDay = env->GetBooleanField(This, g_allDayField); in android_text_format_Time_format2445() local167 if (!allDay) { in android_text_format_Time_format2445()
15693 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;