Home
last modified time | relevance | path

Searched refs:ALLOW_ATT_REPEAT_CALLERS (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java130 private static final String ALLOW_ATT_REPEAT_CALLERS = "repeatCallers"; field in ZenModeConfig
466 rt.allowRepeatCallers = safeBoolean(parser, ALLOW_ATT_REPEAT_CALLERS, in readXml()
556 out.attributeBoolean(null, ALLOW_ATT_REPEAT_CALLERS, allowRepeatCallers); in writeXml()
697 final int repeatCallers = safeInt(parser, ALLOW_ATT_REPEAT_CALLERS, ZenPolicy.STATE_UNSET); in readZenPolicyXml()
795 writeZenPolicyState(ALLOW_ATT_REPEAT_CALLERS, policy.getPriorityCategoryRepeatCallers(), in writeZenPolicyXml()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49918 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_REPEAT_CALLERS:Ljava/lang/String;