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

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java118 private static final String ALLOW_ATT_REMINDERS = "reminders"; field in class:ZenModeConfig
475 rt.allowReminders = safeBoolean(parser, ALLOW_ATT_REMINDERS,
554 out.attribute(null, ALLOW_ATT_REMINDERS, Boolean.toString(allowReminders));

Completed in 12 milliseconds