Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java155 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 DZenModeConfigTest.java151 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 DZenPolicy.java244 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 DZenModeConfig.java793 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41040 method public int getPriorityCallSenders();