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

  /device/google/marlin/telephony/ims/src/org/codeaurora/ims/internal/
IQtiImsExtListener.aidl 50 * @param endHour indicates ending hour
60 void onGetCallForwardUncondTimer(int startHour, int endHour, int startMinute,
IQtiImsExt.aidl 44 * @param endHour indicates ending hour
59 void setCallForwardUncondTimer(int startHour, int startMinute, int endHour, int endMinute,
  /device/google/marlin/telephony/ims/src/org/codeaurora/ims/
QtiImsExtListenerBaseImpl.java 44 public void onGetCallForwardUncondTimer(int startHour, int endHour, int startMinute,
  /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/services/core/java/com/android/server/notification/
ScheduleCalendar.java 59 final long nextEnd = getNextTime(now, mSchedule.endHour, mSchedule.endMinute);
82 long end = getTime(time, mSchedule.endHour, mSchedule.endMinute);
ZenModeHelper.java     [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeScheduleRuleSettings.java 130 if (hour == mSchedule.endHour && minute == mSchedule.endMinute) {
134 mSchedule.endHour = hour;
186 final int endMin = 60 * mSchedule.endHour + mSchedule.endMinute;
196 mEnd.setTime(mSchedule.endHour, mSchedule.endMinute);
ZenRuleSelectionDialog.java 134 schedule.endHour = 7;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DayPeriodRules.java 276 int endHour = getEndHourForDayPeriod(dayPeriod);
278 double midPoint = (startHour + endHour) / 2.0;
280 if (startHour > endHour) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DayPeriodRules.java 272 int endHour = getEndHourForDayPeriod(dayPeriod);
274 double midPoint = (startHour + endHour) / 2.0;
276 if (startHour > endHour) {
  /external/icu/icu4c/source/i18n/
dayperiodrules.cpp 395 int32_t endHour = getEndHourForDayPeriod(dayPeriod, errorCode);
396 // Can't obtain startHour or endHour; bail out.
399 double midPoint = (startHour + endHour) / 2.0;
401 if (startHour > endHour) {
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 590 int endHour = (int)(3.5 * 3600000);
593 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
599 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 186 int32_t endHour = (int32_t)(3.5 * 3600000);
189 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
196 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 589 int endHour = (int)(3.5 * 3600000);
592 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
598 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]

Completed in 369 milliseconds