Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java135 private static final String ALLOW_ATT_REMINDERS = "reminders"; field in ZenModeConfig
470 rt.allowReminders = safeBoolean(parser, ALLOW_ATT_REMINDERS, in readXml()
558 out.attributeBoolean(null, ALLOW_ATT_REMINDERS, allowReminders); in writeXml()
704 final int reminders = safeInt(parser, ALLOW_ATT_REMINDERS, ZenPolicy.STATE_UNSET); in readZenPolicyXml()
801 writeZenPolicyState(ALLOW_ATT_REMINDERS, policy.getPriorityCategoryReminders(), out); in writeZenPolicyXml()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49917 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_REMINDERS:Ljava/lang/String;