Home
last modified time | relevance | path

Searched defs:reminders (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/proto/android/service/
H A Dnotification.proto244 optional State reminders = 1; field
345 optional State reminders = 5; field
/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java704 final int reminders = safeInt(parser, ALLOW_ATT_REMINDERS, ZenPolicy.STATE_UNSET); in readZenPolicyXml() local