Searched refs:reminders (Results 1 – 3 of 3) sorted by relevance
244 optional State reminders = 1; field345 optional State reminders = 5; field
704 final int reminders = safeInt(parser, ALLOW_ATT_REMINDERS, ZenPolicy.STATE_UNSET); in readZenPolicyXml() local738 if (reminders != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()739 builder.allowReminders(reminders == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
664 assertEquals(policy.getPriorityCategoryReminders(), proto.reminders); in assertProtoMatches()