Searched refs:getPriorityCategoryCalls (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenPolicyTest.java | 149 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/ |
D | ZenPolicy.java | 283 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/ |
D | boot-image-profile.txt | 17898 HSPLandroid/service/notification/ZenPolicy;->getPriorityCategoryCalls()I
|
/frameworks/base/api/ |
D | current.txt | 43923 method public int getPriorityCategoryCalls();
|