Searched refs:getPriorityCallSenders (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenPolicyTest.java | 150 assertEquals(ZenPolicy.PEOPLE_TYPE_STARRED, contactsAllowed.getPriorityCallSenders()); in testZenPolicyApplyMoreSevereCallSenders() 168 assertEquals(ZenPolicy.PEOPLE_TYPE_CONTACTS, contactsAllowed.getPriorityCallSenders()); in testZenPolicyApplyLessSevereCallSenders() 208 assertEquals(ZenPolicy.PEOPLE_TYPE_ANYONE, policy.getPriorityCallSenders()); in testZenPolicyCallsInvalid() 311 assertEquals(ZenPolicy.PEOPLE_TYPE_ANYONE, policy.getPriorityCallSenders()); in testAllowCalls() 319 assertEquals(ZenPolicy.PEOPLE_TYPE_CONTACTS, policy.getPriorityCallSenders()); in testAllowCalls() 327 assertEquals(ZenPolicy.PEOPLE_TYPE_STARRED, policy.getPriorityCallSenders()); in testAllowCalls() 335 assertEquals(ZenPolicy.PEOPLE_TYPE_NONE, policy.getPriorityCallSenders()); in testAllowCalls() 613 assertEquals(policy.getPriorityCallSenders(), proto.allowCallsFrom); in assertProtoMatches()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenPolicy.java | 231 public @PeopleType int getPriorityCallSenders() { in getPriorityCallSenders() method in ZenPolicy 1110 proto.write(ZenPolicyProto.PRIORITY_CALLS, getPriorityCallSenders()); in dumpDebug() 1140 proto.write(DNDPolicyProto.ALLOW_CALLS_FROM, getPriorityCallSenders()); in toProto()
|
D | ZenModeConfig.java | 848 writeZenPolicyState(ALLOW_ATT_CALLS_FROM, policy.getPriorityCallSenders(), out); in writeZenPolicyXml() 1044 callSenders = getNotificationPolicySenders(zenPolicy.getPriorityCallSenders(), in toNotificationPolicy()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17896 HSPLandroid/service/notification/ZenPolicy;->getPriorityCallSenders()I
|
/frameworks/base/api/ |
D | current.txt | 43921 method public int getPriorityCallSenders();
|