Searched refs:getPriorityCallSenders (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenPolicyTest.java | 155 assertEquals(ZenPolicy.PEOPLE_TYPE_STARRED, contactsAllowed.getPriorityCallSenders()); in testZenPolicyApplyMoreSevereCallSenders() 173 assertEquals(ZenPolicy.PEOPLE_TYPE_CONTACTS, contactsAllowed.getPriorityCallSenders()); in testZenPolicyApplyLessSevereCallSenders() 213 assertEquals(ZenPolicy.PEOPLE_TYPE_ANYONE, policy.getPriorityCallSenders()); in testZenPolicyCallsInvalid() 316 assertEquals(ZenPolicy.PEOPLE_TYPE_ANYONE, policy.getPriorityCallSenders()); in testAllowCalls() 324 assertEquals(ZenPolicy.PEOPLE_TYPE_CONTACTS, policy.getPriorityCallSenders()); in testAllowCalls() 332 assertEquals(ZenPolicy.PEOPLE_TYPE_STARRED, policy.getPriorityCallSenders()); in testAllowCalls() 340 assertEquals(ZenPolicy.PEOPLE_TYPE_NONE, policy.getPriorityCallSenders()); in testAllowCalls() 678 assertEquals(policy.getPriorityCallSenders(), proto.allowCallsFrom); in assertProtoMatches()
|
H A D | ZenModeConfigTest.java | 151 assertEquals(expected.getPriorityCallSenders(), actual.getPriorityCallSenders()); in testZenConfigToZenPolicy() 333 assertEquals(policy.getPriorityCallSenders(), fromXml.getPriorityCallSenders()); in testZenPolicyXml()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | ZenPolicy.java | 244 public @PeopleType int getPriorityCallSenders() { in getPriorityCallSenders() method in ZenPolicy 1136 proto.write(ZenPolicyProto.PRIORITY_CALLS, getPriorityCallSenders()); in dumpDebug() 1166 proto.write(DNDPolicyProto.ALLOW_CALLS_FROM, getPriorityCallSenders()); in toProto()
|
H A D | ZenModeConfig.java | 793 writeZenPolicyState(ALLOW_ATT_CALLS_FROM, policy.getPriorityCallSenders(), out); in writeZenPolicyXml() 992 callSenders = getNotificationPolicySenders(zenPolicy.getPriorityCallSenders(), in toNotificationPolicy()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 41040 method public int getPriorityCallSenders();
|