Home
last modified time | relevance | path

Searched refs:getPriorityCategoryCalls (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java149 assertEquals(ZenPolicy.STATE_ALLOW, contactsAllowed.getPriorityCategoryCalls()); in testZenPolicyApplyMoreSevereCallSenders()
167 assertEquals(ZenPolicy.STATE_ALLOW, contactsAllowed.getPriorityCategoryCalls()); in testZenPolicyApplyLessSevereCallSenders()
207 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryCalls()); in testZenPolicyCallsInvalid()
310 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryCalls()); in testAllowCalls()
318 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryCalls()); in testAllowCalls()
326 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryCalls()); in testAllowCalls()
334 assertEquals(ZenPolicy.STATE_DISALLOW, policy.getPriorityCategoryCalls()); in testAllowCalls()
541 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryCalls()); in assertAllPriorityCategoriesUnsetExcept()
595 assertEquals(policy.getPriorityCategoryCalls(), proto.calls); in assertProtoMatches()
/frameworks/base/core/java/android/service/notification/
DZenPolicy.java283 public @State int getPriorityCategoryCalls() { in getPriorityCategoryCalls() method in ZenPolicy
981 return getPriorityCategoryCalls(); in getZenPolicyPriorityCategoryState()
1095 proto.write(ZenPolicyProto.CALLS, getPriorityCategoryCalls()); in dumpDebug()
1122 proto.write(DNDPolicyProto.CALLS, getPriorityCategoryCalls()); in toProto()
/frameworks/base/config/
Dboot-image-profile.txt17898 HSPLandroid/service/notification/ZenPolicy;->getPriorityCategoryCalls()I
/frameworks/base/api/
Dcurrent.txt43923 method public int getPriorityCategoryCalls();