Searched refs:getPriorityCategoryCalls (Results 1 – 3 of 3) 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 | 284 public @State int getPriorityCategoryCalls() { in getPriorityCategoryCalls() method in ZenPolicy 982 return getPriorityCategoryCalls(); in getZenPolicyPriorityCategoryState() 1096 proto.write(ZenPolicyProto.CALLS, getPriorityCategoryCalls()); in dumpDebug() 1123 proto.write(DNDPolicyProto.CALLS, getPriorityCategoryCalls()); in toProto()
|
/frameworks/base/core/api/ |
D | current.txt | 38720 method public int getPriorityCategoryCalls();
|