Home
last modified time | relevance | path

Searched refs:getPriorityCallSenders (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java146 assertEquals(ZenPolicy.PEOPLE_TYPE_STARRED, contactsAllowed.getPriorityCallSenders()); in testZenPolicyApplyMoreSevereCallSenders()
164 assertEquals(ZenPolicy.PEOPLE_TYPE_CONTACTS, contactsAllowed.getPriorityCallSenders()); in testZenPolicyApplyLessSevereCallSenders()
203 assertEquals(ZenPolicy.PEOPLE_TYPE_ANYONE, policy.getPriorityCallSenders()); in testZenPolicyCallsInvalid()
295 assertEquals(ZenPolicy.PEOPLE_TYPE_ANYONE, policy.getPriorityCallSenders()); in testAllowCalls()
302 assertEquals(ZenPolicy.PEOPLE_TYPE_CONTACTS, policy.getPriorityCallSenders()); in testAllowCalls()
309 assertEquals(ZenPolicy.PEOPLE_TYPE_STARRED, policy.getPriorityCallSenders()); in testAllowCalls()
316 assertEquals(ZenPolicy.PEOPLE_TYPE_NONE, policy.getPriorityCallSenders()); in testAllowCalls()
/frameworks/base/core/java/android/service/notification/
DZenPolicy.java186 public @PeopleType int getPriorityCallSenders() { in getPriorityCallSenders() method in ZenPolicy
997 proto.write(ZenPolicyProto.PRIORITY_CALLS, getPriorityCallSenders()); in writeToProto()
DZenModeConfig.java823 writeZenPolicyState(ALLOW_ATT_CALLS_FROM, policy.getPriorityCallSenders(), out); in writeZenPolicyXml()
968 callSenders = getNotificationPolicySenders(zenPolicy.getPriorityCallSenders(), in toNotificationPolicy()
/frameworks/base/non-updatable-api/
Dcurrent.txt42045 method public int getPriorityCallSenders();
/frameworks/base/api/
Dcurrent.txt42189 method public int getPriorityCallSenders();