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

  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 78 int startHour = startTime / 60;
89 event.top += startHour * mHourGap;
OtherPreferences.java 116 int startHour = prefs.getInt(KEY_OTHER_QUIET_HOURS_START_HOUR,
124 startHour, startMinute, mIs24HourMode);
125 mQuietHoursStart.setSummary(formatTime(startHour, startMinute));
DayView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
DowntimeCalendar.java 47 final long start = getTime(time, mInfo.startHour, mInfo.startMinute);
77 final long start = getTime(time, mInfo.startHour, mInfo.startMinute);
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 83 private static final String SLEEP_ATT_START_HR = "startHour";
312 final int startHour = safeInt(parser, SLEEP_ATT_START_HR, 0);
316 rt.sleepStartHour = isValidHour(startHour) ? startHour : 0;
470 downtime.startHour = sleepStartHour;
549 .appendQueryParameter("start", downtime.startHour + "." + downtime.startMinute)
566 downtime.startHour = start[0];
589 public int startHour; // 0-23
605 return startHour == other.startHour
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 187 int32_t startHour = (int32_t)(2.25 * 3600000);
190 zone->setStartRule(UCAL_MARCH, 1, 0, startHour, status);
197 UDate marchOne = marchOneStd + startHour;
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 178 int32_t startHour = (int32_t)(2.25 * 3600000);
181 zone->setStartRule(UCAL_MARCH, 1, 0, startHour, status);
188 UDate marchOne = marchOneStd + startHour;
    [all...]

Completed in 210 milliseconds