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.java94 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()
/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