Searched refs:isAllDay (Results 1 – 3 of 3) sorted by relevance
94 assertFalse(t.isAllDay()); in testClear()202 if (!t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23) { in testParse3339()207 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()214 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()221 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()228 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()235 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()243 if (t.isAllDay() || t.getYear() != 1980 || t.getMonth() != 4 || t.getDay() != 23 in testParse3339()251 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