HomeSort by relevance Sort by last modified time
    Searched defs: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...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 184 int32_t endHour = (int32_t)(3.5 * 3600000);
187 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
194 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 587 int endHour = (int)(3.5 * 3600000);
590 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
596 long 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 583 int endHour = (int)(3.5 * 3600000);
586 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
592 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java     [all...]

Completed in 359 milliseconds