Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java332 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryRepeatCallers()); in testAllowRepeatCallers()
338 assertEquals(ZenPolicy.STATE_DISALLOW, policy.getPriorityCategoryRepeatCallers()); in testAllowRepeatCallers()
411 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryRepeatCallers()); in assertAllPriorityCategoriesUnsetExcept()
/frameworks/base/core/java/android/service/notification/
DZenPolicy.java238 public @State int getPriorityCategoryRepeatCallers() { in getPriorityCategoryRepeatCallers() method in ZenPolicy
875 return getPriorityCategoryRepeatCallers(); in getZenPolicyPriorityCategoryState()
983 proto.write(ZenPolicyProto.REPEAT_CALLERS, getPriorityCategoryRepeatCallers()); in writeToProto()
DZenModeConfig.java825 writeZenPolicyState(ALLOW_ATT_REPEAT_CALLERS, policy.getPriorityCategoryRepeatCallers(), in writeZenPolicyXml()
/frameworks/base/non-updatable-api/
Dcurrent.txt42052 method public int getPriorityCategoryRepeatCallers();
/frameworks/base/api/
Dcurrent.txt42196 method public int getPriorityCategoryRepeatCallers();