Searched refs:SLEEP_ATT_END_HR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java79 private static final String SLEEP_ATT_END_HR = "endHour"; field in class:ZenModeConfig
302 final int endHour = safeInt(parser, SLEEP_ATT_END_HR, 0);
345 out.attribute(null, SLEEP_ATT_END_HR, Integer.toString(sleepEndHour));

Completed in 117 milliseconds