Searched refs:getPriorityCategoryCalls (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenPolicyTest.java | 154 assertEquals(ZenPolicy.STATE_ALLOW, contactsAllowed.getPriorityCategoryCalls()); in testZenPolicyApplyMoreSevereCallSenders() 172 assertEquals(ZenPolicy.STATE_ALLOW, contactsAllowed.getPriorityCategoryCalls()); in testZenPolicyApplyLessSevereCallSenders() 212 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryCalls()); in testZenPolicyCallsInvalid() 315 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryCalls()); in testAllowCalls() 323 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryCalls()); in testAllowCalls() 331 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryCalls()); in testAllowCalls() 339 assertEquals(ZenPolicy.STATE_DISALLOW, policy.getPriorityCategoryCalls()); in testAllowCalls() 606 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryCalls()); in assertAllPriorityCategoriesUnsetExcept() 660 assertEquals(policy.getPriorityCategoryCalls(), proto.calls); in assertProtoMatches()
|
H A D | ZenModeConfigTest.java | 332 assertEquals(policy.getPriorityCategoryCalls(), fromXml.getPriorityCategoryCalls()); in testZenPolicyXml()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | ZenPolicy.java | 296 public @State int getPriorityCategoryCalls() { in getPriorityCategoryCalls() method in ZenPolicy 1007 return getPriorityCategoryCalls(); in getZenPolicyPriorityCategoryState() 1121 proto.write(ZenPolicyProto.CALLS, getPriorityCategoryCalls()); in dumpDebug() 1148 proto.write(DNDPolicyProto.CALLS, getPriorityCategoryCalls()); in toProto()
|
/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 | 41042 method public int getPriorityCategoryCalls();
|