Home
last modified time | relevance | path

Searched refs:ALLOW_ATT_REMINDERS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java119 private static final String ALLOW_ATT_REMINDERS = "reminders"; field in ZenModeConfig
519 rt.allowReminders = safeBoolean(parser, ALLOW_ATT_REMINDERS, in readXml()
598 out.attribute(null, ALLOW_ATT_REMINDERS, Boolean.toString(allowReminders)); in writeXml()
738 final int reminders = safeInt(parser, ALLOW_ATT_REMINDERS, ZenPolicy.STATE_UNSET); in readZenPolicyXml()
830 writeZenPolicyState(ALLOW_ATT_REMINDERS, policy.getPriorityCategoryReminders(), out); in writeZenPolicyXml()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63829 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_REMINDERS:Ljava/lang/String;