Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java306 public @State int getPriorityCategoryRepeatCallers() { in getPriorityCategoryRepeatCallers() method in ZenPolicy
1009 return getPriorityCategoryRepeatCallers(); in getZenPolicyPriorityCategoryState()
1122 proto.write(ZenPolicyProto.REPEAT_CALLERS, getPriorityCategoryRepeatCallers()); in dumpDebug()
1149 proto.write(DNDPolicyProto.REPEAT_CALLERS, getPriorityCategoryRepeatCallers()); in toProto()
H A DZenModeConfig.java795 writeZenPolicyState(ALLOW_ATT_REPEAT_CALLERS, policy.getPriorityCategoryRepeatCallers(), in writeZenPolicyXml()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java358 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryRepeatCallers()); in testAllowRepeatCallers()
365 assertEquals(ZenPolicy.STATE_DISALLOW, policy.getPriorityCategoryRepeatCallers()); in testAllowRepeatCallers()
610 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryRepeatCallers()); in assertAllPriorityCategoriesUnsetExcept()
661 assertEquals(policy.getPriorityCategoryRepeatCallers(), proto.repeatCallers); in assertProtoMatches()
H A DZenModeConfigTest.java340 assertEquals(policy.getPriorityCategoryRepeatCallers(), in testZenPolicyXml()
341 fromXml.getPriorityCategoryRepeatCallers()); in testZenPolicyXml()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41048 method public int getPriorityCategoryRepeatCallers();