Searched refs:ALLOW_ATT_EVENTS (Results 1 – 2 of 2) sorted by relevance
120 private static final String ALLOW_ATT_EVENTS = "events"; field in ZenModeConfig521 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()
63824 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_EVENTS:Ljava/lang/String;