Home
last modified time | relevance | path

Searched refs:isAllDay (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DTimeTest.java95 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()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java199 boolean allDay = start.isAllDay(); in populateContentValues()
488 if (start.isAllDay() && (durationSeconds % 86400) == 0) { in computeDuration()
DTime.java382 public boolean isAllDay() { in isAllDay() method in Time