Searched defs:endHour (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java85 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; field in class:ZenModeConfig.DowntimeInfo
607 && endHour == other.endHour
[all...]

Completed in 7 milliseconds