HomeSort by relevance Sort by last modified time
    Searched refs:endHour (Results 1 - 8 of 8) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 79 int endHour = endTime / 60;
84 if (endHour * 60 == endTime)
85 endHour -= 1;
93 event.bottom += endHour * mHourGap - 1;
OtherPreferences.java 127 int endHour = prefs.getInt(KEY_OTHER_QUIET_HOURS_END_HOUR,
135 endHour, endMinute, mIs24HourMode);
136 mQuietHoursEnd.setSummary(formatTime(endHour, endMinute));
DayView.java     [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 85 private static final String SLEEP_ATT_END_HR = "endHour";
314 final int endHour = safeInt(parser, SLEEP_ATT_END_HR, 0);
318 rt.sleepEndHour = isValidHour(endHour) ? endHour : 0;
472 downtime.endHour = sleepEndHour;
550 .appendQueryParameter("end", downtime.endHour + "." + downtime.endMinute)
568 downtime.endHour = end[0];
591 public int endHour;
607 && endHour == other.endHour
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
DowntimeCalendar.java 78 long end = getTime(time, mInfo.endHour, mInfo.endMinute);
DowntimeConditionProvider.java 250 long endTime = mCalendar.getNextTime(now, downtime.endHour, downtime.endMinute);
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 188 int32_t endHour = (int32_t)(3.5 * 3600000);
191 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
198 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 179 int32_t endHour = (int32_t)(3.5 * 3600000);
182 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
189 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]

Completed in 272 milliseconds