Searched refs:contactsAllowed (Results 1 – 1 of 1) sorted by relevance
160 ZenPolicy contactsAllowed = builder.build(); in testZenPolicyApplyMoreSevereCallSenders() local167 contactsAllowed.apply(starredAllowed); in testZenPolicyApplyMoreSevereCallSenders()168 assertEquals(ZenPolicy.STATE_ALLOW, contactsAllowed.getPriorityCategoryCalls()); in testZenPolicyApplyMoreSevereCallSenders()169 assertEquals(ZenPolicy.PEOPLE_TYPE_STARRED, contactsAllowed.getPriorityCallSenders()); in testZenPolicyApplyMoreSevereCallSenders()178 ZenPolicy contactsAllowed = builder.build(); in testZenPolicyApplyLessSevereCallSenders() local185 contactsAllowed.apply(anyoneAllowed); in testZenPolicyApplyLessSevereCallSenders()186 assertEquals(ZenPolicy.STATE_ALLOW, contactsAllowed.getPriorityCategoryCalls()); in testZenPolicyApplyLessSevereCallSenders()187 assertEquals(ZenPolicy.PEOPLE_TYPE_CONTACTS, contactsAllowed.getPriorityCallSenders()); in testZenPolicyApplyLessSevereCallSenders()196 ZenPolicy contactsAllowed = builder.build(); in testZenPolicyApplyMoreSevereMessageSenders() local203 contactsAllowed.apply(noneAllowed); in testZenPolicyApplyMoreSevereMessageSenders()[all …]