Home
last modified time | relevance | path

Searched refs:getPriorityCategoryRepeatCallers (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java293 public @State int getPriorityCategoryRepeatCallers() { in getPriorityCategoryRepeatCallers() method in ZenPolicy
983 return getPriorityCategoryRepeatCallers(); in getZenPolicyPriorityCategoryState()
1096 proto.write(ZenPolicyProto.REPEAT_CALLERS, getPriorityCategoryRepeatCallers()); in dumpDebug()
1123 proto.write(DNDPolicyProto.REPEAT_CALLERS, getPriorityCategoryRepeatCallers()); in toProto()
DZenModeConfig.java850 writeZenPolicyState(ALLOW_ATT_REPEAT_CALLERS, policy.getPriorityCategoryRepeatCallers(), in writeZenPolicyXml()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java353 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryRepeatCallers()); in testAllowRepeatCallers()
360 assertEquals(ZenPolicy.STATE_DISALLOW, policy.getPriorityCategoryRepeatCallers()); in testAllowRepeatCallers()
545 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryRepeatCallers()); in assertAllPriorityCategoriesUnsetExcept()
596 assertEquals(policy.getPriorityCategoryRepeatCallers(), proto.repeatCallers); in assertProtoMatches()
/frameworks/base/config/
Dboot-image-profile.txt17904 HSPLandroid/service/notification/ZenPolicy;->getPriorityCategoryRepeatCallers()I
/frameworks/base/api/
Dcurrent.txt43929 method public int getPriorityCategoryRepeatCallers();