Searched refs:remindersAllowed (Results 1 – 1 of 1) sorted by relevance
70 ZenPolicy remindersAllowed = builder.build(); in testZenPolicyApplyAllowedToDisallowed() local72 remindersAllowed.getPriorityCategoryReminders()); in testZenPolicyApplyAllowedToDisallowed()78 remindersDisallowed.apply(remindersAllowed); in testZenPolicyApplyAllowedToDisallowed()92 ZenPolicy remindersAllowed = builder.build(); in testZenPolicyApplyAllowedToUnset() local96 remindersUnset.apply(remindersAllowed); in testZenPolicyApplyAllowedToUnset()124 ZenPolicy remindersAllowed = builder.build(); in testZenPolicyApplyDisallowedToAllowed() local132 remindersAllowed.apply(remindersDisallowed); in testZenPolicyApplyDisallowedToAllowed()133 assertEquals(ZenPolicy.STATE_DISALLOW, remindersAllowed.getPriorityCategoryReminders()); in testZenPolicyApplyDisallowedToAllowed()142 ZenPolicy remindersAllowed = builder.build(); in testZenPolicyApplyUnsetToAllowed() local150 remindersAllowed.apply(remindersUnset); in testZenPolicyApplyUnsetToAllowed()[all …]