Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java136 private static final String ALLOW_ATT_EVENTS = "events"; field in ZenModeConfig
473 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS); in readXml()
559 out.attributeBoolean(null, ALLOW_ATT_EVENTS, allowEvents); in writeXml()
703 final int events = safeInt(parser, ALLOW_ATT_EVENTS, ZenPolicy.STATE_UNSET); in readZenPolicyXml()
802 writeZenPolicyState(ALLOW_ATT_EVENTS, policy.getPriorityCategoryEvents(), out); in writeZenPolicyXml()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49912 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_EVENTS:Ljava/lang/String;