HomeSort by relevance Sort by last modified time
    Searched refs:endHour (Results 1 - 7 of 7) 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 79 private static final String SLEEP_ATT_END_HR = "endHour";
302 final int endHour = safeInt(parser, SLEEP_ATT_END_HR, 0);
306 rt.sleepEndHour = isValidHour(endHour) ? endHour : 0;
459 downtime.endHour = sleepEndHour;
519 .appendQueryParameter("end", downtime.endHour + "." + downtime.endMinute)
535 downtime.endHour = end[0];
556 public int endHour;
570 && endHour == other.endHour
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
DowntimeConditionProvider.java 158 final long time = getTime(System.currentTimeMillis(), downtime.endHour, downtime.endMinute);
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 177 int32_t endHour = (int32_t)(3.5 * 3600000);
180 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
187 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 105 milliseconds