Searched refs:reminders (Results 1 – 2 of 2) sorted by relevance
235 optional State reminders = 1; field
738 final int reminders = safeInt(parser, ALLOW_ATT_REMINDERS, ZenPolicy.STATE_UNSET); in readZenPolicyXml() local768 if (reminders != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()769 builder.allowReminders(reminders == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()