Searched defs:SLEEP_ATT_END_HR (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"; field in class:ZenModeConfig
314 final int endHour = safeInt(parser, SLEEP_ATT_END_HR, 0);
358 out.attribute(null, SLEEP_ATT_END_HR, Integer.toString(sleepEndHour));

Completed in 229 milliseconds