Searched refs:isAllDay (Results 1 – 3 of 3) sorted by relevance
95 assertFalse(t.isAllDay()); in testClear()203 if (!t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23) { in testParse3339()208 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()215 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()222 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()229 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()236 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()244 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()252 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()
199 boolean allDay = start.isAllDay(); in populateContentValues()488 if (start.isAllDay() && (durationSeconds % 86400) == 0) { in computeDuration()
382 public boolean isAllDay() { in isAllDay() method in Time