Searched refs:getPriorityCallSenders (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenPolicyTest.java | 146 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/ |
D | ZenPolicy.java | 186 public @PeopleType int getPriorityCallSenders() { in getPriorityCallSenders() method in ZenPolicy 997 proto.write(ZenPolicyProto.PRIORITY_CALLS, getPriorityCallSenders()); in writeToProto()
|
D | ZenModeConfig.java | 823 writeZenPolicyState(ALLOW_ATT_CALLS_FROM, policy.getPriorityCallSenders(), out); in writeZenPolicyXml() 968 callSenders = getNotificationPolicySenders(zenPolicy.getPriorityCallSenders(), in toNotificationPolicy()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 42045 method public int getPriorityCallSenders();
|
/frameworks/base/api/ |
D | current.txt | 42189 method public int getPriorityCallSenders();
|