Searched refs:endMinute (Results 1 – 4 of 4) sorted by relevance
860 int endMinute; field in Utils.DNASegment1002 int endMinute = Math.max((event.endDay - firstJulianDay) * DAY_IN_MINUTES in createDNAStrands() local1008 if (endMinute >= WEEK_IN_MINUTES) { in createDNAStrands()1009 endMinute = WEEK_IN_MINUTES - 1; in createDNAStrands()1014 if (startMinute < lastSegment.endMinute) { in createDNAStrands()1017 while (--i >= 0 && endMinute < segments.get(i).startMinute); in createDNAStrands()1021 for (; i >= 0 && startMinute <= (currSegment = segments.get(i)).endMinute; i--) { in createDNAStrands()1028 if (endMinute < currSegment.endMinute - minMinutes) { in createDNAStrands()1030 rhs.endMinute = currSegment.endMinute; in createDNAStrands()1032 rhs.startMinute = endMinute + 1; in createDNAStrands()[all …]
129 int endMinute = prefs.getInt(KEY_OTHER_QUIET_HOURS_END_MINUTE, in onCreate() local135 endHour, endMinute, mIs24HourMode); in onCreate()136 mQuietHoursEnd.setSummary(formatTime(endHour, endMinute)); in onCreate()
555 int endMinute) { in intersects() argument577 if (startDay == julianDay && startTime > endMinute) { in intersects()
897 int endMinute = local.hour * 60 + local.minute; in computeTimezoneDependentFields() local903 if (endMinute == 0 && endDay > startDay) { in computeTimezoneDependentFields()904 endMinute = 24 * 60; in computeTimezoneDependentFields()911 values.put(Instances.END_MINUTE, endMinute); in computeTimezoneDependentFields()