Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java120 private static final String ALLOW_ATT_EVENTS = "events"; field in ZenModeConfig
521 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS); in readXml()
599 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents)); in writeXml()
737 final int events = safeInt(parser, ALLOW_ATT_EVENTS, ZenPolicy.STATE_UNSET); in readZenPolicyXml()
831 writeZenPolicyState(ALLOW_ATT_EVENTS, policy.getPriorityCategoryEvents(), out); in writeZenPolicyXml()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63824 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_EVENTS:Ljava/lang/String;